I am running Eclipse 3.0.1 with 3.8.4 of MyEclipse.
I have a web project which is dependent on 3 other eclipse projects, two of which are standard java projects and one of which is a web project. Eclipse seems to handle this properly with respect to the compiling the Java files in the main web project, it finds the dependencies in the other projects without any problem. But, for some reason, in the some of the jsps, I get import errors, such as a given package can’t be found, when it is in the classpath. Then, if I click ‘Validate JSP’, it clears away the errors and says the JSP is valid. This solves the problem, but there definitely appears to be some kind of bug.