Hello everybody.
I have a b4j 64bit application working with no issues. I want to make a build for 32bit Windows.
If i just use the jar file with 32bit java8 from Oracle, I get the following error message:
So I try to recompile it using the 32bit java8 from Oracle, but I get the error:
As we are talking about 32bit, I cannot increase MaxRamForDex over 4095.
What other options I have?
Thank you.
I have a b4j 64bit application working with no issues. I want to make a build for 32bit Windows.
If i just use the jar file with 32bit java8 from Oracle, I get the following error message:
B4X:
Exception in thread "JavaFX Application Thread" Exception in thread "main" java.lang.UnsupportedClassVersionError: ro/bubu/juagx/main has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
B4X:
Could not reserve enough space for 4188160KB object heap
What other options I have?
Thank you.