[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] mysql (org.gjt.mm.mysql.Driver) problem

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