Ali Dashtaki Member May 26, 2020 #1 Hello I have created the setup file by b4j standalone packager. Application works perfect on 64bit systems but when i test it on win7 32bit it stopped working and doesn't start. What should i do to set my app to run on 32 bit systems?
Hello I have created the setup file by b4j standalone packager. Application works perfect on 64bit systems but when i test it on win7 32bit it stopped working and doesn't start. What should i do to set my app to run on 32 bit systems?
Erel B4X founder Staff member Licensed User Longtime User May 26, 2020 #2 You will need to use the old packager with Java 8 32 bit to build a package that runs on Windows 32 bit. Upvote 0
You will need to use the old packager with Java 8 32 bit to build a package that runs on Windows 32 bit.
Ali Dashtaki Member May 26, 2020 #3 I did it but when i set javapackager to 32bit jdk the packager message successful to build but doesn't build any file and bundles folder is empty Upvote 0
I did it but when i set javapackager to 32bit jdk the packager message successful to build but doesn't build any file and bundles folder is empty
Erel B4X founder Staff member Licensed User Longtime User May 26, 2020 #4 One of the problems with Java packager is that it is difficult to find out why it failed. I recommend you to stick to Java 11 + the integrated packager and if 32 bit is important to you then also provide the jar compiled with Java 8. Upvote 0
One of the problems with Java packager is that it is difficult to find out why it failed. I recommend you to stick to Java 11 + the integrated packager and if 32 bit is important to you then also provide the jar compiled with Java 8.