java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/items
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at dao.ItemsDAO.getAllItems(ItemsDAO.java:22)
at org.apache.jsp.index_jsp._jspService(index_jsp.java:169)
加了驱动包还是这样的错误 还是只显示商品显示 图片什么的什么都没显示
你要学会看异常信息,通常问题会直接告诉你。
这个异常直接翻译英语就知道了,你加的驱动不对,或者驱动的位置放的不对造成的
同学你的问题解决了吗