facebook

Wierd bug when creating a class [Closed]

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #226662 Reply

    ivj
    Member

    Basically what I did was I created a class test.Test a while ago.

    Then I deleted it.

    Now in the same project, I’m create test.Test again, and when I reference that class in my JSP, on the <%@ page import=”test.*” %>, and in the code itself:

    <%=Test.test()%>

    I’m given 2 errors:

    1) import test.* is never referenced

    2) method test() does not exist.

    These are errors from myecliese, the page itself compiles and runs just fine.

    I am not able to reproduce this bug.

    #226682 Reply

    Riyad Kalla
    Member

    1) I suggest doing a Project > Clean and letting the project rebuild itself, if the problem persists, please use File > Export > Zip and email the ZIP file to support@genuitec.com ATTN Riyad.

    2)

    I am not able to reproduce this bug.

    I don’t understand this, if you can’t reproduce it then does that mean everything work sfine now?

    #226717 Reply

    ivj
    Member

    Yes everything is working fine NOW, but it wasn’t before 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Wierd bug when creating a class [Closed]

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