Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Derby/Java DB included in Java 6?

Tags:

java

derby

javadb

I've read in a couple of places that Derby/Java DB is included in Java SE 6, e.g. http://java.sun.com/developer/technicalArticles/J2SE/Desktop/javase6/beta2.html but I can't find anyone who has used it without installing it, including it on the classpath, etc.
What's going on? If it's included, why does everyone install another copy?

like image 581
Whatsit Avatar asked Jan 20 '11 20:01

Whatsit


1 Answers

You need the JDK, not the JRE.

like image 128
Thorbjørn Ravn Andersen Avatar answered Sep 21 '22 16:09

Thorbjørn Ravn Andersen