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.
我设计了一个项目数据库迁移。虽然我直接从 netbeans 运行它,但它可以正确执行,但是当我使用它的 jar(由 netbeans 创建)时,它会给出一个异常 com.mysql.jdbc.Driver not found 请帮助我
下载mysql jdbc driver jar并将其复制到lib文件夹
mysql jdbc driver jar
您需要将 JDBC 驱动程序放在路径中。它在 Netbeans 中运行,因为它已经为您配置了它。通过从 MySQl 下载来搜索如何设置 JDBC 驱动程序。