We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this error when launching JD-GUI on macOS Sonoma:
ERROR launching 'JD-GUI' No suitable Java version found on your system! This program requires Java 1.8+ Make sure you install the required Java version.
ERROR launching 'JD-GUI'
No suitable Java version found on your system! This program requires Java 1.8+ Make sure you install the required Java version.
I have this version of Java installed:
java -version openjdk version "21.0.3" 2024-04-16 OpenJDK Runtime Environment Homebrew (build 21.0.3) OpenJDK 64-Bit Server VM Homebrew (build 21.0.3, mixed mode, sharing)
Is there a workaround or fix for this?
The text was updated successfully, but these errors were encountered:
I've encountered the same problem... and finding the solution.
Sorry, something went wrong.
I just tried this to modify .sh script, changing the Java version requirement from 1.8+ to 1.8. And it works to run on my Mac. #427 (comment)
No branches or pull requests
I get this error when launching JD-GUI on macOS Sonoma:
I have this version of Java installed:
Is there a workaround or fix for this?
The text was updated successfully, but these errors were encountered: