Jorl17 / jar2app

Convert any Java jar to a Mac OS X .App bundle. No external tools needed, no funky parameters, it just works.
GNU General Public License v2.0
413 stars 56 forks source link

Package Multiple jar's in one App #23

Open The-Nutty opened 6 years ago

The-Nutty commented 6 years ago

For our project we package a Slim jar and then included all our dependency's as jar's as well.

Is it possible to add an option to package multiple jars, so in the Java directory instead of just having our one excitable jar we also want to package multiple other jar's that we depend on?

spartucus commented 5 years ago

same needs.