On this page is stated that a 32bit can work on both 64bit and 32bit environments. This is not 100% correct. If you have a 64bit JRE installed the generated 32bit exe file will detect the JRE correctly and the progra will fail to start. You should change the decsription on this page accordingly.
Also, a nice new feature would be to not incorporate the JAR file(s) but also allow the EXE file to simply link to the JAR file. This would create a very small EXE file just calling the selected JAR file (and it's dependencies). My project is quite large and having to incorporate all the JAR files in the EXE file would be a pain. It does seem that I only have to select the main JAR and does actually seem to pick up on the dependencies correctly after that. Anyway, linking would be really good to have..
Hi,
On this page is stated that a 32bit can work on both 64bit and 32bit environments. This is not 100% correct. If you have a 64bit JRE installed the generated 32bit exe file will detect the JRE correctly and the progra will fail to start. You should change the decsription on this page accordingly.
Also, a nice new feature would be to not incorporate the JAR file(s) but also allow the EXE file to simply link to the JAR file. This would create a very small EXE file just calling the selected JAR file (and it's dependencies). My project is quite large and having to incorporate all the JAR files in the EXE file would be a pain. It does seem that I only have to select the main JAR and does actually seem to pick up on the dependencies correctly after that. Anyway, linking would be really good to have..
Best regards,
Robert Jan van der Waals