I have this problem that are very annoying. Everytime i try to connect to a MySql Database (i have tryed on 2 pc’er) but everytime i try i get this error:
And i really dont know why 🙁
My connection info is:
Eclipse:
Version: 3.1.1
Build id: M20050929-0840
MyEclipseIDE:
Version: 4.0.3 GA
Build Id: 20051025-4.0.3-GA
And i have found this error in the Eclipse log:
java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at net.sourceforge.squirrel_sql.fw.util.MyURLClassLoader.findClass(MyURLClassLoader.java:113)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:96)
at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:43)
at java.lang.Thread.run(Unknown Source)
What i dont understand is why this error is coming!
Greetings from Denmark
Bjarne Pedersen