You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: https://bintray.com/jetbrains/intellij-jdk/openjdk11-osx-x64
OpenJDK 11 from JetBrains does not have the `jre` directory which, so
far, has been required by the `JdkInfo` class. Instead, there's just
the `lib` directory which should be searched for the JVM libraries
instead of `jre`.
Modify `JdkInfo` so that it first checks the `jre` directory and,
failing to find it, looks for the `lib` directory in the OpenJDK
installation root.
These changes allow Xamarin.Android.Tools tp detect
JetBrains OpenJDK 11 properly.
0 commit comments