Re: CLASSPATH problem unresolved

1999-05-06 Thread Michael Sinz
On Thu, 06 May 1999 08:25:47 -0700, Gordon Chamberlin wrote: >Claude, > >Try this: >unset CLASSPATH >java -classpath $JAVA_HOME/lib/classes.zip:$JAVA_HOME/lib >org.w3c.rdf.SiRPAC Note: When using -classpath the 1.1.x systems will not add anything to them. -classpath *replaces* the classpath.

Re: CLASSPATH problem unresolved

1999-05-06 Thread Gordon Chamberlin
Claude, Try this: unset CLASSPATH java -classpath $JAVA_HOME/lib/classes.zip:$JAVA_HOME/lib org.w3c.rdf.SiRPAC I don't think that you need $JAVA_HOME/lib/org, just $JAVA_HOME/lib so that the JVM can then fine org.w3c... You shouldn't need the '.' in your classpath, unless there are additional

CLASSPATH problem unresolved

1999-05-06 Thread Claude
hello, I have a problem by making some programs runs on Java for Linux (I have the jdk1.1.7 and glibc, with SuSE Linux 6.0 (KDE)). I have seen in the mail archive that there are very often some informations about the way the CLASSPATH must function, it has been very usefull for me, but in spite o