You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Guillaume Lederrey <gu...@gmail.com> on 2005/06/13 11:59:11 UTC

Re: accessing app from Manager - get 'Unable to find a javac compiler '

On 6/13/05, Brereton, Stephen <st...@york.gov.uk> wrote:
> "Unable to find a javac compiler;
> com.sun.tools.javac.Main is not on the classpath.
> Perhaps JAVA_HOME does not point to the JDK"
> 
> C:\Program Files\Java\jre1.5.0_02 is my JAVA_HOME path, which agrees with
> the jvm path in the tomcat poperties GUI.

  That's the path to a JRE (Runtime Environement) and not a JDK
(Developpement Kit). Only the JDK provides the compilers. You should
check if you actually have a JDK installed and update your JAVA_HOME

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org