Am Freitag, 20. Mai 2005 18:32 schrieb Markus Schönhaber:
> Am Freitag, 20. Mai 2005 16:11 schrieb Julien Martin:
> > I use Tomcat 5.5 and I would like to use jdk5.0 features such as enhanced
> > for loop in my jsp. I am having problems: Tomcat seems to be expecting
> > jdk1.4 syntax.
> > Can anyone help please?
>
> http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jasper-howto.html#Configura
>tion
>
> Set the "compiler" init-param so that javac from jdk5 is used. Also set the
> "compilerSourceVM" and "compilerTargetVM" appropriately.

Did remember slightly wrong: Leave the "compiler" init-param alone. Just set 
"compilerSourceVM" and "compilerTargetVM" to "1.5". Then move 
jasper-compiler-jdt.jar out of $CATALINA_HOME/common/lib and move in ant.jar 
instead.

Regards
  mks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to