Where can I find derby.jar in JDK 8?

yali :

I am reading about JDBC in OCP Java book, and in this book, it explains about JavaDB and before running my code, I need to add derby.jar file to my classpath.

java −cp "/my/jdk/home/db/lib/derby.jar:." SetupDerbyDatabase

OS: Ubuntu 19.04

Java version: 8

Thorbjørn Ravn Andersen :

The JDK is being slimmed down and derby is no longer part of the distribution.

You must download the jar manually and then use the path to the downloaded jar instead of the one you use today.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=155138&siteId=1