facebook

"Invalid base package specified"?

💡
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. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #211383 Reply

    harryajh
    Member

    Using eclipse 3.0.0 & myeclipse 3.7.200

    In project properties I get “Invalid base package specified” with Base package set to “/WebRoot” – my project looks something like this

    PRD
    –src
    –WebRoot

    Surely this is correct? – why am I getting this error then?

    many thanks

    #211390

    Scott Anderson
    Participant

    harry,

    The “base package” is the package you’d like java code to be generated into by default. It needs to be a package somewhere under your source tree like com.mycompany.xxx

    /WebRoot is your web root, where your web content is placed.

    #211482

    harryajh
    Member

    thanks Scott, under my Project directory I have src & WebRoot folders – changing “/WebRoot” to “src” have remove this error – is this correct?

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: "Invalid base package specified"?

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