Hello all,
 I use jspc plugin to precompile my jsp files.
I get the following error

- ERROR-the file '\WEB-INF\pages\home.jsp' generated the following
general exception:
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

However I put lines
<dependency>
                  <groupId>sun.jdk</groupId>
                  <artifactId>tools</artifactId>
                  <scope>system</scope>
                  <version>1.5</version>
                  <systemPath>${java.home}/../lib/tools.jar</systemPath>
              </dependency>

on my pom.xml.
Any Ideas?

Thanks

Tom.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to