How to get .exe from .java file ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to get .exe from .java file ?

6th Sep 2017, 5:49 PM
Ahmed Mohammed Ahmed Khodary
Ahmed Mohammed Ahmed Khodary - avatar
5 Answers
+ 1
i think when you compile the .java the IDE crearing .exe automatically, check your project folder.
6th Sep 2017, 5:56 PM
Cain Eviatar
Cain Eviatar - avatar
+ 1
@Cain .jar not .exe
6th Sep 2017, 7:11 PM
Ahmed Mohammed Ahmed Khodary
Ahmed Mohammed Ahmed Khodary - avatar
0
It appears in the project files when you build the program, just look for it once you build.
7th Sep 2017, 4:24 PM
Dgames Crew
Dgames Crew - avatar
0
@Dgames I want to make a package for the project and all its files
7th Sep 2017, 4:26 PM
Ahmed Mohammed Ahmed Khodary
Ahmed Mohammed Ahmed Khodary - avatar
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)
8th Sep 2017, 3:55 PM
Dgames Crew
Dgames Crew - avatar