I'm developing a JAVA ejb desktop application using netbeans(version 7.3). The project is a 'Java EE' project and it has one 'Enterprise application client' and few 'beans'. And it uses glass fish server to run. My JDK version is JDK 1.7(JDK 7).
I know how to get an exe from a normal java desktop application, but i can't use the same method here.
I really want to know how make the exe for this project...any body knows about it? Please help..
Thank you.
Copyright © 2024 Q2A.ES - All rights reserved.
Answers & Comments
Verified answer
Launch4j is a cross-platform tool for wrapping Java applications distributed as jars in lightweight Windows native executables. The executable can be configured to search for a certain JRE version or use a bundled one, and it's possible to set runtime options, like the initial/max heap size. The wrapper also provides better user experience through an application icon, a native pre-JRE splash screen, a custom process name, and a Java download page in case the appropriate JRE cannot be found.