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
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
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 the
>
Subject: 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/li
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
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: javac hello.java, I get
the error message CLASSPATH is not se