Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Hi,
I have a web project.
This web project is dependent on three other projects which I want to package and deploy as 3 separate jars. Each separate project getting it’s own jar.
I click Project / Properties and then go to the deployment tab.
I select, Jar depend projects and place in the lib directory?
My questions are:
How do I tell my web project what these projects are and how they should be jar’d?
Breako,
The other projects that need to get packaged up must be plain Java projects. If they are, you made the right setting change, now you just need ot add the Projects to your build path, and lastly go down to the Project References settings and mark them all as referenced projects. You should be all set then.