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). <
What type of project is this Desktop application OR Web based application ? If you are using java then for Desktop application you need to create a *.JAR and for Web based : *.WAR.
There are simple step to create jar/ war. please follow any tutorial.