I am investigating the use of embedded Tomcat in one of my projects. During my testing, I ran into an error message:
No Java compiler availableI was unable to find significant information about this message via Google so I downloaded the Tomcat source and poked around. To make a short story shorter, include the following jar files to fix this issue:
TOMCAT_HOME\common\lib\jasper-compiler.jar TOMCAT_HOME\common\lib\jasper-compiler-jdt.jar

2 comments:
Thanks so much. I got the same problem and could not find anything useful on internet either. Very glad to find a solution here.
thx so much too.i got the same problem ^_^
Post a Comment