2 messages in com.mysql.lists.javaRe: load JDBC driver
FromSent OnAttachments
Harald Wellmann10 Aug 2000 00:12 
Ah Dou10 Aug 2000 11:08 
Subject:Re: load JDBC driver
From:Harald Wellmann (Hara@itellium.com)
Date:08/10/2000 12:12:36 AM
List:com.mysql.lists.java

Ah Dou schrieb:

Dear All, I have trouble in loading JDBC driver. I am running Linux Mandrake 7.0, JDK2.2. I unpack mm's JDBC driver under directory /usr/local/ Then, I set path in /etc/profile

PATH=$PATH:/usr/local/mm.mysql.jdbc-1.2c export PATH SECURE_LEVEL

Is there anything wrong with what I did? or Is there anything else I need to do?

Well, reading a Java intro and a JDBC guide wouldn't do any harm.

Then you will want to try putting your driver intro the CLASSPATH, not the PATH.

Regards

Harald