Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update universalJavaApplicationStub to be able to launch on macOS Big Sur #336

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 2, 2020

  1. This change fixes a problem that prevents JD-GUI.app from starting on…

    … my Mac (macOS Big Sur):
    
    /usr/libexec/java_home does not support the combination of -F and -v if the version string contains a plus (as it does here since $JVMVersion is set to "1.8+" in Info.plist).
    
    When this is called, the following error message appears:
    The operation couldn’t be completed. Unable to locate a Java Runtime that supports (null).
    Please visit http://www.java.com for information on installing Java.
    
    (there would be no error if $JVMVersion would be "1.8" for example)
    pierswalter committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    7e41892 View commit details
    Browse the repository at this point in the history