Results 1 to 1 of 1
Thread: problem with derby driver
- 07-16-2011, 01:47 PM #1
Member
- Join Date
- Mar 2010
- Posts
- 10
- Rep Power
- 0
problem with derby driver
Hello!
I have a problem to connect to db.
My erorrs are:
Java Code:ption in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at org.apache.derby.jdbc.AutoloadedDriver.getDriverModule(Unknown Source) at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source) at java.sql.DriverManager.getConnection(DriverManager.java:582) at java.sql.DriverManager.getConnection(DriverManager.java:185) at setUpDb.FirstStart.isDbExist(FirstStart.java:29)
what dose it mean?
I am using derby drive with netbeans.
the errors in this line:
thanks for helpJava Code:this.con = DriverManager.getConnection("jdbc:derby:"+getDBSystemDir(), "demo", "demo");
Similar Threads
-
driver problem
By arjun_duddu in forum JDBCReplies: 3Last Post: 08-24-2010, 08:44 AM -
problem with java derby
By sridarshan in forum JDBCReplies: 7Last Post: 06-26-2010, 12:17 PM -
derby DB problem
By edi.gotieb in forum Forum LobbyReplies: 8Last Post: 05-17-2010, 12:45 PM -
Problem Connecting JavaDB (Derby) DB in other PC
By Blaine in forum JDBCReplies: 1Last Post: 05-11-2010, 10:31 AM -
Is there a problem with Derby?
By orion_mcl in forum Advanced JavaReplies: 0Last Post: 08-10-2007, 04:35 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks