I need to know if it is possible to pass a Java project to an .exe, the IDE that I use is Intel J Idea. I have two .java files right now: the Main and a class called 'student' that I created. Thanks.
I need to know if it is possible to pass a Java project to an .exe, the IDE that I use is Intel J Idea. I have two .java files right now: the Main and a class called 'student' that I created. Thanks.
The Java compiler can not generate an executable% native .exe
Windows.
However, there are several alternatives that you can use to generate an executable .exe
from an executable .jar
. Most are native wrappers (wrappers) of Java applications.
.jar
in Windows native light executables. Very popular.
I recommend this practical tutorial . You can use the Lauch4j, which is a program that helps you generate the. exe of the jar.
You just have to download it, then you can generate the jar .exe that you have, it's very easy and intuitive.