I just installed MyEclipse 3.8.4 on top of Eclipse 3.0.2 over JDK 1.5.0_04. Everthing appears to be working fine except for some JSP compilation issues. I miss-typed a variable in one JSP page but the IDE did not report the error. I found out the error only after I ran it on Tomcat. I did a few more experiments with JSP compilation. The IDE seems to catch the error if I ommit “;” at the end of a statement in the scriptlet. But it only displays the error on the right gutter area not on the left gutter as a red cross sign and not in the Problem view panel. All these did not happen in regular Java Class. Did I miss something in my installation/configuration or was the JDK 1.5 the problem? Any help appreciated.