I need save my application, that included external JAR libraries, in single JAR file for future use as single lib. When I export it to JAR file, all nested jars append to archive, but not work as part of single lib. What I do wrong?
How can I make nested libraries private for external application?