How can I add tools.jar to the jetty classpath?

Hi,

I’m trying to do jsp development within the openfire jetty web shell. I’m having serious difficulties because Jetty keeps saying No java compiler available when I point it at a raw jsp file.

I noticed that you guys had a similar way in which you were doing your jsp development. How did you get the jsps to comiple without the ant script?

-Walt

I am also facing this same issue. My $JAVA_HOME is set (yes, $JAVA_HOME/bin/javac exists), I added tools.jar to the CLASSPATH, still no luck. Jetty says “java.lang.IllegalStateException: No Java compiler available”. Any workaround?