How to create a .exe file in netbeans?

后端 未结 3 1803
长情又很酷
长情又很酷 2021-01-12 06:27

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). <

3条回答
  •  灰色年华
    2021-01-12 06:34

    To run jar file on other computer you should have at least jdk. Their is no need to install NetBeans but you have to first set database connectivity to pc and your database. After connectivity just double click on jar file your project will run.

    To know how to create Jar file in NetBeans check this link.

提交回复
热议问题