简体   繁体   English

如何将连接到 SQL 管理服务器数据库的 java NetBeans 项目转移到另一台计算机?

[英]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.现在我有一个我在 NetBeans 开发的诊所管理系统,项目连接到 SQL 服务器管理器。 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.现在我想将我的项目与其连接作为一个整体复制,这样它就可以从桌面上的图标作为另一台笔记本电脑上的桌面应用程序工作,而不是打开 NetBeans 并运行文件。 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构建 jar 文件后,不要忘记将 lib 文件夹复制到您找到 JAR 文件的 dist 目录中

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Java(netbeans):数据库已连接到SQL Server,我需要从netbeans接口更新和删除数据 - Java (netbeans): The database is connected to SQL Server, i need to update, and delete data from the netbeans interface 如何在 NetBeans 上的 Java EE 项目中调用我自己的自定义 SQL 代码 - How can I call my own custom SQL code inside my Java EE project on NetBeans 如何使用Netbeans在ftp服务器上共享Java项目? - How can i share Java project on ftp server using Netbeans? 如何在可执行文件(.exe)的 Netbeans 中导出我的 Java 项目? - How can I Export my Java Project in Netbeans in Executable(.exe)? 如何将我的 java 程序复制到另一台计算机? - How can I copy my java program to another computer? 如何导出带有数据库(连接到sql server)的java项目以在不同计算机上使用? - How to export a java project with a database ( connected to sql server ) for using in different computers? 从通过java连接到同一路由器的另一台计算机访问SQL Server数据库? - Access a SQL server database from a different computer which is connected to the same router via java? Java:将Eclipse项目从一台计算机转移到另一台计算机? - Java: Transfer Eclipse Project from One Computer to Another? 将 netbeans 中的数据库移动到另一台计算机 - Moving a database in netbeans to another computer 如何使用java和jdbc和sql成功访问另一台计算机上的数据库? - How to successfully access the database on another computer using java and jdbc and sql?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM