How do I package a Jar so that the libs folder has a unique name?
The root problem is that, for multiple Java programs on the Desktop, do they share a common libs folder? What if there are version clashes?
One jar doesn't interest me as a solution, I would like to just name the folders "app1Libs", or something along those lines.