Java DB "Derby" is not running !!
I have jdk1.6.0 installed with Java db "Derby". I have updated my classpath to run the Java DB as follows:
c:\Program Files\Java\jdk1.6.0\db\lib\derby.jar
c:\Program Files\Java\jdk1.6.0\db\lib\derbytools.jar
The problem is that i cannot run the Derby database!
As far as I read, I am supposed to run the Java DB by running the following in the comman-promt:
c:\>java org.apache.derby.tools.ij
Sadly, this gives me an error that the class is not found!
Any suggestions?
Thank you in advance
|