Hi, Built a brand new linux machine this week with Tomcat 3.2.1 and have successfully run the sample apps. I started the tutorial but have not been successul building my first helloworld program. when executing ./build.sh I get the error: Couldn't find or load essential class 'java/lang/Object' java.lang.NoClassDefFoundError java/lang/Object ./build.sh: line 12: 1662 Aborted $CP:$CLASSPATH org.apache.tools.ant.Main -Dtomcat.home=$TOMCAT_HOME "$@" >From the searches of the archives that I have performed so far I see that for this type of error the solution seems to be to make sure that the CLASSPATH is set. My CLASSPATH is set to all the .jar files in TOMCAT_HOME/lib/ and JAVA_HOME/lib/tools.jar. Should I have a TOMCAT_HOME/classes directory? Any ideas how to fix this? thanks Russ. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
