问题
I have a jar that uses a manifest for some of its dependencies which are packed up into a jar using maven.
Is it possible to run the jar with both the internal packaged up jars, which are described in the manifest, and jars that I pass using -cp at application launch?
Or is it one or the other?
来源:https://stackoverflow.com/questions/19693729/uuse-both-a-manifest-mf-and-also-pass-jars-using-cp