这是我的Java代码import java.sql.DriverManager;
import java.sql.SQLException;:mysql://localhost/college?java.lang.RuntimeException: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhostus
当我在websphere portal中部署我的应用程序时出现这个错误。Cannot create JDBC driver of class 'com.mysql.jdbc.Driver' for connect URL 'jdbc:mysql://localhost:3306/My_dataBase'
java.lang.NoClassDefFoundError: com/mysql