java - Bundle 2 standalone jars into 1 -
i have 2 standalone jars (each own manifest.mf). there easy way bundle them single standalone jar? don't want merge 2 jars uber jar instance (because of incompatibilities).
my approach write short piece of java code run both jars calling respective 'main-class' in 2 separate threads. , use one-jar bundle both jars + short piece of code (+ one-jar's stuff). doubt that's right approach.
what clean way doing this? when tools osgi come handy?
Comments
Post a Comment