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

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.

CLASSPATH problem

1999-03-26 Thread Ryuji Yokoyama
Hello All! Where should I define CLASSPATH environment variable? I put following line both $HOME/.bash_profile and /etc/bashrc, but it doesn't work. export CLASSPATH=.:/usr/lcoal/jdk117_v1a/lib/classes.zip I just get an error message "Can't find class MyFrame." However, MyFrame.class is in

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

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:

Re: CLASSPATH problem

1998-09-21 Thread Todd R. Palmer
:CLASSPATH problem Forwarded by: [EMAIL PROTECTED] 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