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.
当我尝试运行一个项目时
java -jar test.jar
我得到以下异常
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
如何在类路径中添加 mysql-connector-java-5.1.22-bin.jar
您的类路径中应该有 jdbc 驱动程序类。
也许您忘记在项目中添加库。请查看以下链接