facebook

package does not exist error in jsp

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #218696 Reply

    SteveGu
    Member

    After I updated myeclipse to 3.8.2, my project showed some errors in jsp pages which were never there before. Basically, any java classes I referrenced in my jsp page gave me the error as “Package does not exist…”.

    Any insights?

    thanks

    #218713

    Riyad Kalla
    Member

    Sounds like your source directory might be missing or setup wrong, such that the JSP editor cannot resolve the classes you are referencing in your JSP pages, so it just complains that it can’t find it.

    Check your project properties > Java Build Path preferences.

    #219988

    I am during my trial period, and I am using 3.8.2. I was experiencing the same problem (I think) that Steve.

    One other thing that I noticed is that if I deployed the project (JBoss 4.0), it ran correctly in the server, even though I had those “package does not exist….” error marks in my JSP editors.

    I have realized that by being playing with the Eclipse environment I had disabled the Eclipse Menu Option “Project -> Build Automatically”.

    Re-Enabling this option I have made these marks to dissapear.

    Rafa

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: package does not exist error in jsp

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