[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] mysql (org.gjt.mm.mysql.Driver) problem
|
- From: jbade@xxxxxxxxxxxxx (r)
- Date: Wed, 14 May 2003 18:05:39 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
Hi,
I am trying to make a connection to MySQL database.
It works fine if I write a standalone program but when I do the same in a
plug in, it gives the following error :
java.lang.ClassNotFoundException at the
Class.forName("org.gjt.mm.mysql.Driver")
I have also added the jar file containing org.gjt.mm.mysql in the
CLASSPATH in my plugin project.(It is not required for standalone).
Please Help.
r