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
418 stars 56 forks source link

Include the jre only, not the entire jdk #26

Open e-magon opened 6 years ago

e-magon commented 6 years ago

Hi! It is possible to include the jre only? I've tried with the -r option, but the app won't start unless I include the full jdk.

Thanks

e-magon commented 6 years ago

I've found out that if I delete every folder and file inside the app jdk except for the jre folder, the app will run fine