简体   繁体   中英

How can I transfer my java NetBeans project connected to SQL management server database to another computer?

Now I have a clinic management system I developed in NetBeans and the project is connected to the SQL server manager. Now I want to copy my project with its connection as a whole so it would work as a desktop application on the other laptop from an icon on the desktop rather than opening NetBeans and running the file. What are the procedures to take to transfer my project and the database and work as a desktop app?

After you build the jar file, don't forget to copy also the lib folder in the dist directory where you found the JAR file

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