The moose likes Other JSE/JEE APIs and the fly likes how to make executable in netbeans IDE Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "how to make executable in netbeans IDE" Watch "how to make executable in netbeans IDE" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to make executable in netbeans IDE
 
Similar Threads
J2me help: can i use j2me as Client?
Running java program on another system
make executable in java
Run exe from JSP at client side
Java executable file