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