I am reading the README.html instructions.
It says:
I am not sure about step 2. Does 64-bit Java run on a 32-bit Windows 7? Does that mean I cannot use FlasCC? Does it also mean I cannot run applications that use FlasCC?
The rest of the steps are a piece of cake.
I found an answer on the official forums:
I don’t think that you can install 64-bit java on a 32-bit system.
If you use FlasCC with 32 bit java(recommended java is 64-bit) some example will not work due to the memory required. You can try reducing the memory heap allocation by passing –jvmopt=-Xmx1024m to gcc/g++ commands.
HTH, Gaurav
Credits to Gaurav Jain