简体   繁体   中英

How to create an executable program from netbeans

I have just finished developing a small java application on Netbeans IDE. I am curious as to how I can convert that into an executable program from netbeans. So that there would be a short cut icon which when double clicked loads all classes and runs the main function with all relevant jar files also compiled. ie JCalender, JTatto, aswell as sqlitejdbc.jar. all of which are in a directory of the project.

查看Launch4j ,这是一个Java程序,可以将.jar文件转换为标准Windows Executable .exe文件,同时将所有引用构建到该文件中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM