[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Installing Crimson
I am trying to get crimson to work. The instructions say all I have to do is
put it in a directory that is in my classpath. I am running Linux RH7.1 and
have JDK1.31._01 installed in /usr/java/jdk1.3.1_01.
/usr/java/jdk1.3.1_01 is in my classpath, and I have no problem compiling an
running java programs; however, I cannot compile the DOMEcho.java sample. I
keep getting "cannot resolve symbol" errors. I guess because it cannot find
the crimson classes.
Where do I put the crimson.jar file? I have tried everywhere I can think of:
/usr/usr/java/jdk1.3.1_01/bin/
/usr/usr/java/jdk1.3.1_01/lib/
Where are .jar files supposed to go?