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

Package jar without jdk #19

Closed nik312123 closed 6 years ago

nik312123 commented 6 years ago

Simply put, is there a way to not have the jdk added in the plugins folder? I do not need it, and I cannot disable it.

Jorl17 commented 6 years ago

Hi, Can you specify what you mean by not being able to disable it? By default it does not bundle any JDK.

Thanks!

nik312123 commented 6 years ago

Hmm... I don't know what happened, but it fixed itself? It was probably some weird bug since I had my script set to bundle the JDK before and changed it to not do so.