Hello everyone am using Net Beans 7.1 and i need to create an executable file for my web application. Can anyone please help or guide me through steps? Many Thanks!!!
rajkiran vadla
Greenhorn
Joined: Nov 26, 2011
Posts: 11
posted
0
Right click on the project,you will be getting some export link,With that you can able to create war or jar file.
Thanks
Rajkiran
rajkiran vadla wrote:
Right click on the project,you will be getting some export link,With that you can able to create war or jar file.
Thanks
Rajkiran
You cannot create an executable for a web application*. The most you can do is create a WAR and then deploy the WAR to an application server. If you want to ship this to other people, prepackage an application server along with your WAR and ship that package.
* - actually, you really can: some apps such as Jenkins comes as runnable web applications because them embed an application server within them.