| Author |
how to make executable in netbeans IDE
|
joe tran
Greenhorn
Joined: Aug 25, 2004
Posts: 7
|
|
I'm using Netbeans IDE 3.5.1. How do I make an executable of my program so that I can use it to run on a different computer without having to install a java compiler or some kind of java IDE on the other computer? Thanks.
|
 |
Tripp Bishop
Greenhorn
Joined: Aug 23, 2002
Posts: 21
|
|
Joe, I would recommend making an executable JAR. You'll obviously need the JRE installed on the client machine but you'll be able to just double click an Icon to start it up (assuming, of course, that you're in a GUI enviroment). Just do a quick search on google and you should find all the info you need to get going. Cheers, Tripp
|
 |
 |
|
|
subject: how to make executable in netbeans IDE
|
|
|