Dreaded No Java compiler available

2011-06-23 Thread Jesse Farinacci
Greetings, I am launching an embedded Apache Tomcat 7.0.14, everything except JSPs are working fine (static resources, servlets, filters, etc). I have set JAVA_HOME to a location which does have bin/javac and lib/tools.jar, and otherwise does appear to be a fully working JDK. However, I take the

RE: Dreaded No Java compiler available

2011-06-23 Thread Caldarale, Charles R
From: Jesse Farinacci [mailto:jie...@gmail.com] Subject: Dreaded No Java compiler available I am launching an embedded Apache Tomcat 7.0.14 JDK version? Platform? (Probably not relevant in this case, but it helps to know the full environment.) I have set JAVA_HOME to a location which

Re: Dreaded No Java compiler available

2011-06-23 Thread Konstantin Kolinko
2011/6/23 Jesse Farinacci jie...@gmail.com: Greetings, I am launching an embedded Apache Tomcat 7.0.14, everything except JSPs are working fine (static resources, servlets, filters, etc). I have set JAVA_HOME to a location which does have bin/javac and lib/tools.jar, and otherwise does

Re: Dreaded No Java compiler available

2011-06-23 Thread Jesse Farinacci
Greetings, On Thu, Jun 23, 2011 at 4:37 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: Latest Tomcat 6 and Tomcat 7 do use the ecj compiler from Eclipse IDE project directly, without repacking it. If you are struggling with maven, some discussion of troubles with downloading ecj is