Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 5038 invoked from network); 14 Jul 2000 14:38:04 -0000 Received: from bugs.merck.com (HELO mgw2.merck.com) (155.91.6.30) by locus.apache.org with SMTP; 14 Jul 2000 14:38:04 -0000 Received: from clu2.merck.com ([54.3.194.102]) by mgw2.merck.com (PMDF V5.2-32 #36699) with ESMTP id <01JRR5YXTWYY006X7P@mgw2.merck.com> for tomcat-user@jakarta.apache.org; Fri, 14 Jul 2000 10:37:37 EDT Date: Fri, 14 Jul 2000 10:26:30 -0400 From: "Doshi, Gunjan" Subject: RE: Tomcat Installation Help To: "'tomcat-user@jakarta.apache.org'" Message-id: MIME-version: 1.0 Content-type: text/plain Content-transfer-encoding: 7BIT William and Matthew: You are right. It was not seeing the tools.jar file in the classpath. I edited the tomcat.bat file so that the classpath now contains the tools.jar file and it runs fine. Thanks for all the help. Best Regards Gunjan > ---------- > From: William Brogden[SMTP:wbrogden@bga.com] > Reply To: tomcat-user@jakarta.apache.org > Sent: Friday, July 14, 2000 10:06 AM > To: tomcat-user@jakarta.apache.org > Subject: Re: Tomcat Installation Help > > > 4. Now I do not get the exceptionat startup. But my > > JSPs do not work and I get the following exception: > > Unhandled error! You might want to consider > having > > an error page to report such > > errors more gracefully > > java.lang.NoClassDefFoundError: > > sun/tools/javac/Main > > That one is due to Tomcat not finding the tools.jar file > that contains the compiler needed to compile JSP code. > -- > WBB - wbrogden@bga.com Chief Scientist, LANWrights, Inc. > Java Programmer Certification information and mock exam > at http://www.lanw.com/java/javacert/ >