Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我编写了一个程序,它从 jdbc 创建一个随机数(ID)和名称。但是当我导出 jar 文件时,数据库不起作用。
我可以创建一个包含 jdbc 文件和 jar 文件的完整文件或文档
更清楚一点,您想将 JDBC 驱动程序包含到可运行的 JAR 文件中吗?如果是这样,您可以使用诸如 Netbeans 或 Eclipse 之类的 IDE 来实现这一点。两者都允许您导出包含所需库的 JAR 文件。
在 Netbeans 中: - 右键单击项目文件夹,转到属性 - 展开 Building -> 封装 - 确保标记了“复制依赖库”