Well in all of the projects there would be a dist folder which contains a jar file.
Now how to I include a jar file from a different project?
What happens if I want to distribute the project with the dependency?
Will it be automatically resolved or would I have to package all dependent jar files as well?
Main Topics
Browse All Topics





by: ysnkyPosted on 2008-01-05 at 05:00:30ID: 20588998
create a jar file which includes global methods you need, and use it in any project.