I\'ve created a project in netbeans and I want it to be runnable in another computer without having the netbeans installed (just like a .exe
in visual basic). <
If you created a java project, then the "other" computer should have the java runtime installed, in order for the jar to be executed there (java -jar your.jar) otherwise if you really want an .exe use one of the many jar2exe converters found on the almighty internet, such as http://www.ucware.com/jexec/index.htm