JDBC Derby driver not found

前端 未结 8 751
甜味超标
甜味超标 2020-12-06 17:02

I\'ve followed the JDBC tutorial at: http://docs.oracle.com/javase/tutorial/jdbc/basics/gettingstarted.html, and managed to build and create my own JDBC database without too

8条回答
  •  悲哀的现实
    2020-12-06 17:40

    I have been putting any needed jdbc driver at for example in the jre\lib\ext directory. On my system that would be: X:\Java\jre1.8.0_181\lib\ext Hope that helps.

提交回复
热议问题