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
Remove find-java-rt-jar.sh, document how -b interacts with older JDKs
* Remove the use of the `find-java-rt-jar.sh` script in CI, as this is no
longer necessary with the advent of `--java-bin-dirs`/searching the `PATH`
for Java. This fixes#1061.
* Now that `find-java-rt-jar.sh` is gone, there is no longer any need for the
`.github/PropertiesTest.java` utility, nor is there any need for the
`find_java` bash function that leverages this. This patch remove both of them
as well.
* On a related note, it turns out that SAW's approach to detecting where
`rt.jar` lives likely doesn't work on pre-7 JDKs on macOS. Given how
ancient these versions of Java anymore, let's just document this infelicity
in the manual and describe a workaround for those brave enough to try this.
Fixes#1062.
0 commit comments