facebook

Utility Jar

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

    ioadler
    Member

    I have two Projects the MyEclipseWeb and my UtilityJar. UtilityJar contains some classes which are used by MyEclipseWeb. How can I deploy UtilityJar with MyEclipseWeb? (I use jboss 3.0.x)

    Deploying MyEclipseWeb alone works.

    Ingo.

    #197165 Reply

    Scott Anderson
    Participant

    Ingo,

    Dependent project support will be in the next minor release of MyEclipse. However, right now you’ll have to create a jar of the classes in your UtilityJar project and place it in the WEB-INF/lib directory of your MyEclipseWeb project. I’d suggest saving the Jar operation as a .jardesc file so that it’s easy to rerun whenever needed.

    On the plus side, you’ll still be able to debug the classes in the jar.

    –Scott
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Utility Jar

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