facebook

package name canot be resolved

  1. CodeMix & Angular IDE
  2.  > 
  3. Getting Help
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #612680 Reply

    wazfatma
    Participant

    Hi, I have a problem when i try to create the name of package followed with the method name it tells me that “Sessions” which is the name of my package can not be resolved.
    btw : my package name was “metier.sessions” and i renamed it. but it seems like it s stuck with the old name.
    Can you please help me?

    #612681 Reply

    wazfatma
    Participant

    protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    List<Evenement> lst= Sessions.listEvenementsIncomp();
    request.setAttribute(“lst”, lst);
    }
    this is some code of my servlet, i made sessions in bold just to say that the problem is there.

    #612703 Reply

    support-swapna
    Moderator

    wazfatma,

    It is not clear why you are accessing a method using package name instead of the class name.
    It is possible that some of the references are not updated.

    Can you please let us know if you are working with Eclipse or MyEclipse? If you can send us the zipped project, we can take a closer look at what is going on.

    –Swapna
    Genuitec Support

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: package name canot be resolved

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