Class.forName("com.mysql.jdbc.Driver"); DriverManager.getConnection(URL,USER,PASSWORD); 照着打这两句怎么提示错误
写完了运行报错还是边写边报错?
提示这个错误
Unhandled exception type ClassNotFoundException
错误提示是什么?可能是后面的url ,user,password在之前定义的有问题