I do have a standalone java program consisting of my own jar and many dependent libraries as single archives (build wby maven, actually 15 JAR files in total). Do some one have already a nice solution she/he can recommend to me how to avoid this and to make packaging smarter?
For example packaging like EAR archives do would be great, but is there any standalone EAR class loader I could use from my NON-Java EE application?
There’s the Eclipse Fat Jar plugin. In their own words: