my sql connectivity
- From: focode <programarunesh@xxxxxxxxx>
- Date: Tue, 29 Apr 2008 13:00:29 -0700 (PDT)
i have downloaded "mysql-connector-java-5.1.6.tar" and the related
connecter for java and set the class path , my programa compiled well
but it reported error class not found exception then preceded
by ...................
"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 java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)"
i want to learn the connectivity with mysql , can any one suggest a
simple tutorial
thanks
.
- Follow-Ups:
- Re: my sql connectivity
- From: Leonard Milcin
- Re: my sql connectivity
- Prev by Date: Re: ClassLoader question
- Next by Date: Re: Synchronous write to same file using different file pointers
- Previous by thread: GUI app freezing completely
- Next by thread: Re: my sql connectivity
- Index(es):
Relevant Pages
|