Hi Christian, Yeah I just checked it there myself and got the same results.
I'll be closing that vote thread soon. @Neil C Smith <neilcsm...@apache.org> Quick one for you, seems later mac os versions are causing problems, I need to update the following file: https://github.com/apache/netbeans/blob/35c435706b941e2fa03ef0ce6daefcaaa454e575/nbbuild/installer/mac/newbuild/dmg/distribution-nbide.dist#L69 I assume, the correct approach will be to create a PR against the branch "release121" and kick off the Jenkins job( https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release121/) again, correct? Regards John On Thu, 3 Sep 2020 at 15:31, Christian Oyarzun <c...@oyarzun.net> wrote: > As Scott has pointed out on the VOTE thread. The current Java detection > will not work on the upcoming version of macOS since the + option has been > removed. > > I believe removing the version flag should produce the same result as > specifying 1.8+. I.e the newest version installed on the machine. > > % /usr/libexec/java_home --version 1.8+ --failfast > /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home > % /usr/libexec/java_home --failfast > /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home > % ls /Library/Java/JavaVirtualMachines > amazon-corretto-11.jdk amazon-corretto-8.jdk > > > --Christian >