facebook

Why won’t my classes deploy? [Closed]

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #222178 Reply

    Kurt
    Member

    I did a plain HelloWorld application and everything worked out fine. However, when I setup an existing web application with both a src and test (junit’s) directory, it didn’t deploy the class files.

    How do I diagnose the problem or help debug it?

    –Kurt

    #222187 Reply

    Scott Anderson
    Participant

    Kurt,

    Is your existing web application set up so that the build output directory is at WEB-INF/classes? If not, you’ll need to set all source directories to have WEB-INF/classes as their output directory in order for the deployment to succeed.

    #222194 Reply

    Kurt
    Member

    Ah!!! Thanks.

    #222196 Reply

    Scott Anderson
    Participant

    No problem. Glad it’s working now.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Why won’t my classes deploy? [Closed]

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