-
Another related addition would be to set memory options differently for x32/x64 e.g. for x32 we could use -Xmx1536M but for x64 we could use -Xmx4G.
2012-04-26 07:22:10 PDT in Launch4j Executab...
-
gregkotsaftis committed revision 23 to the Zeus Java Swing Components Library SVN repository, changing 1 files.
2012-03-14 12:10:58 PDT in Zeus Java Swing C...
-
for the time being, I create two different versions of my main application exe using launch4j. The first one e.g. main.exe uses a bundled x86 jre and the other e.g. mainx64.exe uses a budled x64 jre.
Then, i use a small nsis script to detect x64 environment and launch the appropriate main application executable.
2012-01-19 07:23:42 PST in Launch4j Executab...
-
Hi,
a nice new feature would be for the generated exe to detect 64-bit or 32-bit environment and choose an e.g. different bundled JDK.
This will be very useful since 64-bit OS is mainstream nowadays but most java apps with bundled SDK still use 32-bit java because
their is no other solution yet.
2012-01-08 10:16:57 PST in Launch4j Executab...