eclipse 打jar包以后,cmd的时候提示:classnotfoundexception com.mysql.jdbc.driver

MANIFEST.MF文件最后一定要换行。

![QQ截图20190203153603.png](https://upload-images.jianshu.io/upload_images/13338396-a6765181b80acfc3.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

如果只有三行,java -jar helloworld.jar 的时候就会提示数据库连接错误。

你可能感兴趣的:(eclipse 打jar包以后,cmd的时候提示:classnotfoundexception com.mysql.jdbc.driver)