JDBC Derby driver not found

前端 未结 8 727
甜味超标
甜味超标 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:55

    I found recently that if you are using jlink to create a runtime, you may need to include additional jdk modules to allow the driver to instantiate.

    In my case I needed to include the java.naming and java.management modules within the image.

提交回复
热议问题