[oclug] help pls re: classpath
Chris Herrnberger
chris123 at magma.ca
Mon Feb 26 14:02:18 EST 2001
While its not a Soffice issue, rather a JAVA issues I stuck. Upon installing
the 22 meg bug fix for StarOffice it broke my Java inplementation. Nothing
seriouse, simply needed to re-set the CLASSPATH for the org.gjt.mm.mysql
driver. Simple enough. Well Im stuck. Constant error messages....CLASSPATH:
command not found by bash.
1. tied the following: ref: http://mmmysql.sourceforge.net/doc/mm.doc/x68.htm
from csh
$ setenv CLASSPATH /path/to/mm.mysql.jdbc-[version]:$CLASSPATH
Error CLASSPATH: command not found.
2. tried the following: ref:
http://www.davin.ottawa.on.ca/archive/linux-oclug/2000-09/msg00240.phtml
from .bashrc
CLASSPATH = $CLASSPATH:<PATH TO *.JAR FILES>
EXPORT CLASSPATH
Error CLASSPATH: command not found.
Reinstalled Java on my SuSE system and repeated the above. Same error
messages. At this point Im stumped. Any pointers would be appreciated.
tia
Chris
More information about the OCLUG
mailing list