-
Notifications
You must be signed in to change notification settings - Fork 102
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
Java 11.0.6 fails to launch eclipse on MacOS #370
Comments
At least there exists a workaround, that could be used until this regression is resolved upstream. Since there already exists such a "link workaround" within the
Works for me. (macOS 10.5.3) |
@markusschuh thanks for your hint. I would appreciate a workaround... But your command does not work. That path does not exist. However, I could figure out, what you actually meant and intended. But I already have
So should I delete the file in the first location and symlink it to the second to make it work, or what are you actually suggesting? |
OK, I went through the eclipse issue and guessed what the actual fix is. |
Done with PR #385. |
It‘s not the dylib that is broken, the both files are identical. It is the implementation of openjdk - or only adoptopenjdk. Not sure - on MacOS that is not up to date with the over time slowly enhancing security requirements / package implementation guidelines of Apple. |
@markusschuh Thanks for the explanation. I assume there will be the one or other user that may stumble over this error when manually seeting the Java version to 11.0.6. Then I can point such user to this issue and he can find how to workaround it. Furhter, I hope for an |
Cannot launch Eclipse with default JDK (11.0.6) on MacOS:
https://bugs.openjdk.java.net/browse/JDK-8213362
Workaround:
JAVA_VERSION=11.0.5_10
See #366
The text was updated successfully, but these errors were encountered: