#501 system requirements

vladdu Fri 3 Apr 2009

Hi!

I just noticed that Fan actually requires Java 1.6, as Uuid#resolveMacAddr uses 1.6 API to get MAC address

regards, Vlad

brian Fri 3 Apr 2009

Hi Vladdu,

You need 1.6 to recompile the core runtime. However, you do not need 1.6 to run Fan. Fan will run fine with 1.5. If you look at that Uuid class you can see that it gracefully degrades on an older runtime. In fact I have designed Fan such that it could be run on J2ME (although it won't run without a couple of changes).

Login or Signup to reply.