1

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.

Community
  • 1
  • 1
sabsab
  • 1,073
  • 3
  • 16
  • 30

2 Answers2

1

Export -> Runnable jar, that's it.

MustSeeMelons
  • 737
  • 1
  • 10
  • 24
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