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