Re: java.lang.NoClassDefFoundError in unix
Posted By:
Anonymous
Posted On:
Friday, May 18, 2001 09:54 AM
There is a problem in your classpath. If you look at the "Using classpath" message you see that points do a 'foo/jakarta-tomcat-3.2.1/lib/*' that it's wrong. This classpath it's normally generated by the tomcat.sh script and it works if the TOMCAT_HOME and JAVA_HOME are set correctly.
From that message I can see that JAVA_HOME it's ok (the tools.jar it's there), but i'm afraid that TOMCAT_HOME it's not correct. It seems that it is set to "foo/jakarta-tomcat-3.2.1".
Try to fix this and try again.
Regards.