java.lang.ClassNotFoundException: org.sqlite.JDBC error in Sample.java program from xerial

后端 未结 6 1415
无人及你
无人及你 2020-12-04 01:53

I am trying to get Xerial\'s Sample class to work in Eclipse with sqlite, but I keep getting the error \"ClassNotFoundException: org.sqlite.JDBC\"

I downloaded the s

6条回答
  •  情深已故
    2020-12-04 02:21

    Step 1:

    Copy sqlite library.


    Step 2:

    paste the library in 'WebContent/WEB-INF/lib' directory you can also do it by selecting 'lib' folder in eclipse and pressing Ctrl + V

    Step 3:

    Restart the server and hopefully problem should be fixed


提交回复
热议问题