B4J Question B4JPackager and 32 bit windows.

red30

Well-Known Member
Licensed User
Longtime User
I need to make an exe file for windows. If you do this using B4JPackager, the program works fine on both 32-bit and 64-bit versions of the operating system. If I make an exe file using B4JPackager11, then the program does not work on a 32-bit version of windows. Is it possible to make an exe using B4JPackager11 to run on a 32-bit OS?
 

red30

Well-Known Member
Licensed User
Longtime User
Java 11+ is 64 bit. You will need to use Java 8 32 bit and you cannot use B4JPackager 11.

Note that 32 bit windows are quire rare now.
Yes, I understand that 32-bit operating systems are rarely used, but I must give the opportunity to install on 32-bit operating systems. Can I somehow combine B4JPackager and Inno Setup Script? B4JPackager11 generates an InstallerScript-Template file for flexible customization.
 
Upvote 0
Top