Click to See Complete Forum and Search --> : Java 1.4.1 on Linux


Sharks Fan
05-24-2003, 04:35 AM
OK. I've been trying to get the Java compiler installed on my Red Hat 8.0 box for the last 2 hours. I keep getting an error that it can't find a simple java.io component. I have the correct import statement code (import java.io.*;) in my code, and I've set the CLASSPATH to include every jar file in $JAVA_HOME/lib and $JAVA_HOME/jre/lib. It looks like it IS catching the jar files associated with Tomcat, but not those associated with the main Java components.

I'm sure that I'm doing some brainless mistake. Please feel free to suggest the stupidest, simplest suggestions as to what I'm doing wrong. I'm sure this is something simple that I'm overlooking. It's late and I need to go to bed. THANKS!!

Sharks Fan
05-24-2003, 04:46 AM
Please ignore. It was a dumb coding error. It's almost 2 a.m. Word to the wise - don't try something radically new at 2 a.m. :)

THANKS anyway!