I have developed a web application and created war file using Netbeans 6.9. I had used Java 5 features extensively, in both jsp's and java files. After deployment while viewing a jsp page that contained for:each loop, I am getting error message saying that,
'for each' statements are only available if source level is 5.0
I had read that WAS6.1 has support for Java5 features. Also checked the jdk version in java/bin, and it is IBM jdk 1.5.
I had also tried the instructions given in this page. My doubt is there any settings to be done, while creating war
file to make the deployment compatible with Java 5. Or is there any server/application level settings to be done in IBM WAS console?