ls -l /usr/libexec/java_home -rwxr-xr-x 1 root wheel 138832 1 Jan 2020 /usr/libexec/java_home
Ah think I see the issue. Without the ‘+’ it works... /usr/libexec/java_home --version 1.8 --failfast /Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home With the ‘+’ I get: /usr/libexec/java_home --version 1.8+ --failfast The operation couldn’t be completed. Unable to locate a Java Runtime that supports (null). Please visit http://www.java.com for information on installing Java. Perhaps a fix would mean using the —xml option and parsing out the most appropriete JDK path? /usr/libexec/java_home --help Usage: java_home [options...] Returns the path to a Java home directory from the current user's settings. Options: [-v/--version <version>] Filter versions (as if JAVA_VERSION had been set in the environment). [-a/--arch <architecture>] Filter architecture (as if JAVA_ARCH had been set in the environment). [-F/--failfast] Fail when filters return no JVMs, do not continue with default. [ --exec <command> ...] Execute the $JAVA_HOME/bin/<command> with the remaining arguments. [-X/--xml] Print full JVM list and additional data as XML plist. [-V/--verbose] Print full JVM list with architectures. [-h/--help] This usage information. Regards, Scott > On Sep 3, 2020, at 2:08 AM, John Mc <mcdonnell.j...@gmail.com> wrote: > > Hi Scott, > > (Just created a separate thread to keep the vote thread clean) > > I've found where that error message could be generated from[1]. > > Can you run the following 2 commands and if possible provide their output: > > ls /usr/libexec/java_home > and > > /usr/libexec/java_home --version 1.8+ --failfast > > [1]: > https://github.com/apache/netbeans/blob/35c435706b941e2fa03ef0ce6daefcaaa454e575/nbbuild/installer/mac/newbuild/dmg/distribution-nbide.dist#L69 > > Regards > > John > > On Thu, 3 Sep 2020 at 02:15, Carl Mosca <carljmo...@gmail.com> wrote: > >> +1 worked for me >> >> On Wed, Sep 2, 2020 at 9:05 PM Scott Palmer <swpal...@gmail.com> wrote: >> >>> I forgot to add that I just might be participating in an Apple Beta >>> program, that I can’t talk about here. >>> >>>> On Sep 2, 2020, at 9:02 PM, Scott Palmer <swpal...@gmail.com> wrote: >>>> >>>> -1 Failed for me. Thinks I don’t have Java. Got a “No Java found” >> after >>> I clicked to allow the installer to run program" >>>> >>>> <Screen Shot 2020-09-02 at 8.54.23 PM.png> >>>> I clearly do.. >>>> >>>> » ls /Library/Java/JavaVirtualMachines >>>> jdk-11.0.2.jdk jdk-14.0.1.jdk jdk-15.jdk >>> jdk1.8.0_202.jdk liberica-jdk-14-full.jdk >>>> >>>> >>>> >>>>> On Sep 2, 2020, at 2:12 PM, John Mc <mcdonnell.j...@gmail.com >> <mailto: >>> mcdonnell.j...@gmail.com>> wrote: >>>>> >>>>> Hi, >>>>> >>>>> We can vote for Apache NetBeans 12.0 Mac OSX installer >>>>> >>>>> Primary voting artefact: >>>>> >>> >> https://dist.apache.org/repos/dist/dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg >>> < >>> >> https://dist.apache.org/repos/dist/dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg >>>> >>>>> >>>>> KEYS file: >>>>> https://dist.apache.org/repos/dist/release/netbeans/KEYS >>>>> >>>>> PGP signature file: >>>>> >>> >> https://dist.apache.org/repos/dist/dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg.asc >>>>> >>>>> SHA512 checksum file >>>>> >>> >> https://dist.apache.org/repos/dist/dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg.sha512 >>>>> >>>>> Built locally using the artefacts found in the Jenkins job: >>>>> >>> >> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release121/13/ >>>>> >>>>> This vote is going to be open at least 72 hours, vote with +1, 0, and >>> -1 as >>>>> usual. >>>>> Please mark your vote with (binding) if you're an Apache NetBeans PMC >>>>> member. >>>>> >>>>> Apache NetBeans-12.1 Mac OSX Installer will be released if and when >> this >>>>> vote passes. >>>>> >>>>> Regards >>>>> >>>>> John >>>> >>> >>> >> >> -- >> Carl J. Mosca >> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists