help : java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
Posted by: praveen kamineni
Date: January 09, 2009 07:33AM

hey friends iam new to mysql .i got the following error when i tried to connect mysql with java using jconnector.please help me to sort it out.it will be helpful to my project

java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at Testing.main(Testing.java:21)

Options: ReplyQuote


Subject
Written By
Posted
help : java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
January 09, 2009 07:33AM
April 07, 2007 11:27PM
December 26, 2007 11:43AM
February 05, 2008 01:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.