Some in my group ran into a strange problem that I wanted to run by this group to find out if its a known problem with MyEclipseIDE.
One of our engineers made a change to a jsp that should have generated a compile error in MyEclipseIDE but didn’t. We looked at the Error tab and there was some specific errors related to MyEclipseIDE that prevented the compilation from starting on the JSP.
We are running:
MyEclipseIDE 3.8.4
Eclipse 3.0.1
SUN JDK 1.5
Development OS (Windows XP)
The only way we were able to get MyEclipseIDE to compile and report an error in the editor was to add the JDK1.5 bin directory to the OS path.
J.D.