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

RE: CLASSPATH problem

1999-03-26 Thread rsheldon
Ryuji, I was having the same problem using bash last night (I'm new to bash and Linux, having used tcsh on Solaris at work). I found that changes I made to the $HOME/.bash_profile and /etc/bashrc weren't being read automatically. I had to manually source them (e.g. . $HOME/.bash_profile), or r

Re: CLASSPATH problem

1998-09-21 Thread Todd R. Palmer
More than likely, you still have Kaffe installed, and it is the kaffe complier you are running. Kaffe is installs the following files: /usr/bin/appletviewer /usr/bin/jar /usr/bin/javac /usr/bin/javadoc /usr/bin/javakey /usr/bin/javap /usr/bin/jdb /usr/bin/kaffe try removing kaffe (rpm -e kaffe

Re: CLASSPATH problem

1998-09-21 Thread Michael Sinz
On Mon, 21 Sep 1998 15:48:51 -0500, Larry Bottorff wrote: >I just downloaded jdk1_1_6-v2-glibc_tar.gz and set it up in >/usr/lib/jdk1.1.6. I'm using Red Hat 5.1 on Intel and I had previously >updated glibc with glibc-2_0_7-19. I also set up my path to >/usr/lib/jdk1.1.6/bin. When I try to compile