C:\Users\Doc>java org.apache.derby.tools.sysinfo
--------- Derby Information --------
JRE - JDBC: Java SE 7 - JDBC 4.0
[C:\Program Files\Java\jdk1.7.0_25\db\lib\derby.jar] 10.8.2.2 - (1181258)
[C:\Program Files\Java\jdk1.7.0_25\db\lib\derbytools.jar] 10.8.2.2 -
(1181258)
[C:\Program Files\Java\jdk1.7.0_25\db\lib\derbynet.jar] 10.8.2.2 - (1181258)
[C:\Program Files\Java\jdk1.7.0_25\db\lib\derbyclient.jar] 10.8.2.2 -
(1181258)

This looks pretty good.

And I assume that, with this classpath, you can run

        java org.apache.derby.tools.ij

without problems as well? (If you get the "ij>" prompt, just type "quit;")

If you're getting this far, this means that your CLASSPATH
is fine, as far as Derby is concerned.

What exact exception are you getting? In your "catch" block, add
        
        e.printStackTrace();

and paste the output back to us.

thanks,

bryan

Reply via email to