facebook

How to create J2EE project with a /lib

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #274658 Reply

    feili
    Member

    Hi,
    I want to create a J2EE project. I know how to make war and ejb jar. But I want to put all common class into a seperate jar and put that jar in ear root/lib. This is actually J2ee specification. But how to do that?

    Thanks

    #274693

    Loyal Water
    Member

    You will have to create a project with you common classes and add that as a dependency to your J2EE project. Section 9 in this document explains how that can be achieved.
    http://www.myeclipseide.com/documentation/quickstarts/earprojects/#dependent_projects

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: How to create J2EE project with a /lib

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