Hi
My app compiled with 1.8.0_251 JDK.
Some of my app users have 32bit windows get this error :
(Exception) java.lang.Exception: java.lang.OutOfMemoryError: Java heap space
They have installed 1.8.0_261 JRE.
Which jdk is more suitable for compile my app and Which jre is more suitable for my users?
The old Packager (not 11) will create a 32 bit package if you are using a 32 bit JDK. My recommendation is to create a 64 bit package and also provide the jar directly for the few 32 bit users.