Hi,
I downloaded the latest mySQL driver(mm.mysql-2.0.14) and unjared it into C:\mm.mysql-2.0.14.
So far so good.
I wrote a simple
java program in Visual Cafe to access mySQL database using the dirver. I put the driver's home directory (C:\mm.mysql-2.0.14) in the directories for the visual cafe project, and it works perfectly.
Now, when I try to run it from the command prompt, previously setting my classpath and path enviroment variables to C:\mm.mysql-2.0.14, it gives me:
java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver
Why is it not finding it?? I've been playing with my classpath all day to get java.exe work (now it does thanks to the posts here) and when I finally get it this other classpath problem comes up
Can anyone help me please?
Thanks
Ayad Hindi