facebook

JSPs in WebProject not seeing POJOs in src

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #226872 Reply

    trumbjd
    Member

    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

    #226912 Reply

    Riyad Kalla
    Member

    Are your POJOs in the default package (no package statement)? Also what does the code for a broken page look like and the code for the Pojo it is complaining about? Please use code blocks when wrapping your code (see code button below)

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSPs in WebProject not seeing POJOs in src

You must be logged in to post in the forum log in