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

Popular posts from this blog

How can we post XML strings along with text strings in iOS -

How to run C# code using mono without Xamarin in Android? -

c# - cefsharp app remember password option -