Hello there,
I am having trouble having my eclipse to connect to myeclipse. The error seems to be that myeclipse is not finding the driver class as the next entry is added to the log everytime I try to connect:
!ENTRY com.genuitec.eclipse.sqlexplorer 4 4 Apr 09, 2005 16:49:34.31
!MESSAGE Error while trying to login to database
!STACK 0
java.lang.ClassNotFoundException: com.mysql.jdbc.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$A.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
I have the driver for mysql in my project path. Is there any special thing that need to be done for this to work?
Thanks
Erick