T
Tom Anderson
Hi all,
Derby aka JavaDB is included in JDK 1.6, right? So what's happening here:
$ java -version
java version "1.6.0_16"
Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode, sharing)
$ javap org.apache.derby.jdbc.EmbeddedDriver
ERROR:Could not find org.apache.derby.jdbc.EmbeddedDriver
Am i looking for the wrong driver class? Or do i have to include some
special jar on the classpath? I searched the entire JDK installation for a
mention of EmbeddedDriver, and there was none. Do i have some special
version of 1.6 which lacks Derby? I have whatever came with Eeebuntu 3,
which is basically Ubuntu 9.04.
I haven't used Derby since before 1.6, so i have no positive control for
how this should work.
Anyway, since it looked like Derby would be a separate download for me, i
went with H2 instead
.
tom
Derby aka JavaDB is included in JDK 1.6, right? So what's happening here:
$ java -version
java version "1.6.0_16"
Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode, sharing)
$ javap org.apache.derby.jdbc.EmbeddedDriver
ERROR:Could not find org.apache.derby.jdbc.EmbeddedDriver
Am i looking for the wrong driver class? Or do i have to include some
special jar on the classpath? I searched the entire JDK installation for a
mention of EmbeddedDriver, and there was none. Do i have some special
version of 1.6 which lacks Derby? I have whatever came with Eeebuntu 3,
which is basically Ubuntu 9.04.
I haven't used Derby since before 1.6, so i have no positive control for
how this should work.
Anyway, since it looked like Derby would be a separate download for me, i
went with H2 instead
tom