RE: Version issue in coding

2005-06-23 Thread Mark Benussi
Well without wishing to sound petty Your development environment should replicate you server environment as closely as possible. Understandably you may develop on windows but run on UNIX but anything else such as Tomcat, JVM, and any 3rd party Jars should be of the same version. The problem

Re: Version issue in coding

2005-06-23 Thread Jon Wingfield
+1 on dev matching uat and production environments as closely as possible. As to the issue: IIRC the JDTCompiler shipping with 5.5.9 does not support J2SE 5 features in jsp scriptlets. This may be your problem. Jon Mark Benussi wrote: Well without wishing to sound petty Your