Hi Stefan, Am Donnerstag, 28. April 2005 09:07 schrieb Stefan Parnet: > The problem is: > 1. Tomcat 5.5 (without compatibility packages) runs only with Java > 1.5 (JRE!) > 2. The built in Java compiler to compile JSPs (and only JSPs) is the > Eclipse JDT Compiler !!! JAVA 1.4 !!! > > ==> So Servlets using Java 1.5 features are runnig without problems > because they are already compiled > ==> JSPs with Java 1.5 features cannot be compiled (within tomcat) > because the tomcat built-in compiler only knows Java 1.4
Did you have a look at the how-to, which I mentioned yesterday? And if yes, why didn't it solve your problem? -> http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jasper-howto.html Best wishes Lutz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
