java.lang.ClassNotFoundException Netbeans java derby

前端 未结 2 1795
無奈伤痛
無奈伤痛 2021-01-22 17:47

I use Netbeans, doing a java app. I created a class ConnectDB for db connetion using Java DB in netbeans. i started the server and ten conneted to db. when i run the file it pro

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-22 18:30

    If you use Tomcat download derbyclient.jar from here . And copy the jar file to Tomcat's lib folder.

提交回复
热议问题