Howdy,
I am new to MyEclipse and setup a very simple Web Project with a few POJO’s and JSP’s. The POJO’s in Project/src are compiled without errors and the JSP’s in Project/WebRoot work fine. But the JSP’s in Project/WebRoot/SomeFolder do not. Basically it can’t find the definitions for the POJO’s and the “import page” line is flagged in red. Really weird…
Also I am running the 3.84 GA release of ME and 3.0.1 of Eclipse along with JDK 1.4.2. I assume this is something really dumb I am doing.
Thanks!
Jonathan