i got the following error message:
[snip]
Exception compiling 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
JAVA_HOME points to the correct JDK.
Are you sure it points to a JDK and not a JRE? Often, people install the JDK which comes with a JRE and then point JAVA_HOME to the wrong one. If there's no $JAVA_HOME/lib/tools.jar, then your install is either incorrect (JRE instead of JDK) or broken.
-chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
