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.
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
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