0
How to get .exe from .java file ?
5 Antworten
+ 1
i think when you compile the .java the IDE crearing .exe automatically, check your project folder.
+ 1
@Cain .jar not .exe
0
It appears in the project files when you build the program, just look for it once you build.
0
@Dgames I want to make a package for the project and all its files
0
I'm pretty sure the jar file when you build it has everything in it (you just can't run it) When you make the jar executable, you can run it and it will show your project. But you have to do some steps (one way is using cmd to run the file)