Open carlca opened 1 year ago
I eventually got it running on my M1 Mac, but there are a couple things wrong with the default launcher script. I'm not going to bother packaging up and submitting them as a proper change request, because this project seems dead, but I pushed a fork of what works on my machine.
You can find the change here https://github.com/g1a55er/jd-gui/commit/5e743011a932b287428dd6451e08637df2f3d9fc. If you just copy that new launcher script over top the old one via:
cp ./src/osx/resources/universalJavaApplicationStub.sh /Applications/JD-GUI.app/Contents/MacOS/universalJavaApplicationStub.sh
Then you should be able to launch the app by clicking it in Launchpad.
In Finder right-click jar file and Open with jd-gui, the jar will not be opened.
@g1a55er You can create a PR for this
@g1a55er Thanks, add JAVA_HOME setting to /Applications/JD-GUI.app/Contents/MacOS/universalJavaApplicationStub.sh works fine for me
Then you should be able to launch the app by clicking it in Launchpad.
Thank you!
@g1a55er Thanks, add JAVA_HOME setting to /Applications/JD-GUI.app/Contents/MacOS/universalJavaApplicationStub.sh works fine for me
May should use jdk1.8 (set the jdk1.8 as the JAVA_HOME)
I've sorted out the permissions on the
JD-GUI.app
inSystem Settings > Privacy & Security
. But I get this error...when I try to launch the app. Any idea what's up?