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

New Updated version of JavaAppLauncher i.e 3.1.0 #51

Open 833M0L3 opened 3 years ago

833M0L3 commented 3 years ago

The JavaAppLauncher that was currently in the Jar2app is outdated and was having a problem with a newer version of the Java runtime.

This new JavaAppLauncher from https://github.com/tofi86/universalJavaApplicationStub/tree/master/src , was recently updated to work with the newest Java runtime and fixes the few issues that the people were having while passing the arguments in -j.

Lucina commented 3 years ago

This seems redundant as it is. You already have an option to use a custom stub with -e, and the default behaviour of having a binary stub is preferable over something that can't be signed (as per ddyer0 in #50). Also, unfortunately this repository hasn't been actively maintained for years, even #38 which should be a huge boon hasn't been merged.

833M0L3 commented 3 years ago

Yeah, I just read the whole conversation in the comments. I guess I will delete this pull request then.