I made a Java project and I just want to make it into an executable file to get a bounce, I found some answers related in this website with some programs. I tried using the programs but they did not work. PLEASE help me with the most efficient way to turn my Java project which consists of four classes into an executable file.
Asked
Active
Viewed 1.5k times
1
-
An executable file on what platform? – Mike Christensen Apr 04 '13 at 16:31
-
1possible duplicate of [How can I convert my Java program to an .exe file?](http://stackoverflow.com/questions/147181/how-can-i-convert-my-java-program-to-an-exe-file) – Mike Christensen Apr 04 '13 at 16:32
2 Answers
0
In Java you make an executable .jar file, not an exe. Here's a tutorial to help with that:

Rob Watts
- 6,866
- 3
- 39
- 58
-
This is the first time that I make an executable file , the tutorials that were posted looks confusing for me – sabsab Apr 04 '13 at 16:51