Possible Duplicate:
Is it possible to create an “uber” jar containing the project classes and the project dependencies as jars with a custom manifest file?
I am looking at multiplatform deployments. One of the key things that is always frustrating in languages like Perl and Python is deploying third-party libraries and second-party libraries.
I was wondering if the java build process allows for packaging all non-JRE libraries used by a program into the jar such that it could be deployed anywhere without installing into any other directories.