這個怎么解決啊 我在運行index.jsp 出現這個問題
at java.lang.Thread.run(Unknown Source)
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)
這個怎么解決啊 我在運行index.jsp 出現這個問題
2015-12-10
缺少數據庫驅動包,要實現JSP頁面連接數據庫并且操作數據庫,需要數據庫驅動包
2015-12-10
加入驅動包