I recently installed the MySQL driver for Java in my system with Win98.
I downloaded the mm binary version.
Then I copied the org directory in my PC and added the following line in my 
Autoexec.bat :

classpath=<path>\org;%classpath%

Is that right?

I could access the MySQL database from my Java classes. But now I can't compile java 
source files that uses another classes.

What is wrong?

Regards,
Daniel Aderhold

Reply via email to