You can't, the wrapper is 32-bit. But it's not a problem as it only starts the java launcher which can be 32-bit or 64-bit depending on which JRE the user installed and launch4j configuration. Meaning the launch4j wrapper does not host the process for the JVM.
Best regards,
Grzegorz Kowal
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I'm creating Java applications for Windows 10 and above, don't I need to create a 64bit executable wrappers? How would I do that using launch4j?
Sincerely,
Roger K. Trussell
Last edit: Roger Trussell 2016-07-06
You can't, the wrapper is 32-bit. But it's not a problem as it only starts the java launcher which can be 32-bit or 64-bit depending on which JRE the user installed and launch4j configuration. Meaning the launch4j wrapper does not host the process for the JVM.
Best regards,
Grzegorz Kowal