0

Can someone help me please?

I have an existing database created via NetBeans on the Java DB server and I recently got myself the Oracle SQL Developer Data Modeler, but I'm struggling a bit to connect to my Derby database.

I've read some other questions and topics on this and tried to reproduce the steps, but for some reason, I fail.

I have included the Derby JARs on Oracle, and tried to set up my database connection (Username omitted): New Connection

Note the error when trying the connection: Driver class not found.

I have also used org.apache.derby.jdbc.EmbeddedDriver as Driver Class

Could someone please give me a quick tutorial through this for specifically Derby? I also tried it according to the App's help manual.

Brian Tompsett - 汤莱恩
  • 5,195
  • 62
  • 50
  • 120
Johan Brink
  • 233
  • 5
  • 20

1 Answers1

0

I think your driver is not pointed in your CLASSPATH. I dont know how to do it on Netbeans; most of ides has options to include class (and automatically includes on path), if not try to include on CLASSPATH by hand.