You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Randy Layman <ra...@aswethink.com> on 2001/06/08 18:18:45 UTC

RE: Error with Tomcat-Example-JSPs


> -----Original Message-----
> From: Frank Niedermann [mailto:fbn@gmx.net]
> Sent: Friday, June 08, 2001 12:24 PM
> To: tomcat-user Mailing List
> Subject: Error with Tomcat-Example-JSPs
> 
> 
> 
> java.lang.NoClassDefFoundError: sun/tools/javac/Main

	Your tools.jar file is not being included as part of the classpath.
This is either because you are trying to use a JRE instead of a JDK or have
incorrectly set the JAVA_HOME environment variable.

	Randy