facebook

Difference between project and classfolder on build path

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

    Matt Bucknam
    Participant

    What is the difference between putting a project on another projects build path and just adding that project’s class folder to the other project? Does it affect deployment?

    #267106 Reply

    Riyad Kalla
    Member

    I believe the difference comes into play when the first project has JARs on it’s build path that you want the second one to see (export), then you can just add one project to another, export some jars and then the 2nd project will see the JARs, class files, and everything.

    And yes MyEclipse will honor this when a web project depends on a Java project, you have options to package up or combine that Java project into the deployment of the web project. Also works for EARs.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Difference between project and classfolder on build path

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