Re: Specify Java Platform?

2021-09-15 Thread Carl Burke
tions.compilerArgs.addAll(arrayOf("--release", "8")) } But that's StackOverflow, so buyer beware. -- Carl Burke - Original Message - From: "* William" To: "users" Sent: Wednesday, September 15, 2021 10:28:56 AM Subject: Re: Specify Java Platf

Re: Specify Java Platform?

2021-09-08 Thread Carl Burke
Gradle changed the way you specify target platforms. If Netbeans is using a recent gradle you may need to investigate the 'toolchain' support in the java plugin. That allows you to separate the java that gradle runs in from the version you are compiling against; if necessary gradle will provisi

Re: Netbeans 11 won't launch in Windows 10 (Fixed, PEBCAK)

2019-09-23 Thread Carl Burke
Since this was nagging at me, I uninstalled Netbeans, reverted my change to the JDK, and checked all my environment variables. The Path did not have any quotes around the JDK or JRE bin specs, so I quoted them. (Either AdoptOpenJDK doesn't do that, or Windows intervened to be 'helpful'. It does rem

Re: Netbeans 11 won't launch in Windows 10

2019-09-23 Thread Carl Burke
All I can attest to is what I needed to do in order to get the installer to launch successfully. It's possible that setting JAVA_HOME first might have made this a non-issue, I don't know. - Original Message - From: "Neil C Smith" To: "Carl Burke" Cc:

Re: Netbeans 11 won't launch in Windows 10

2019-09-23 Thread Carl Burke
8 installation under Tools -> Java Platforms since I still have projects that require JDK 8 (servlet specification 2.5, sigh). I hope this gets you running. . . . . just my two cents /mde/ On 9/22/2019 5:08 PM, Carl Burke wrote: > I did as you suggested and unzipped the ZIP

Re: Netbeans 11 won't launch in Windows 10

2019-09-22 Thread Carl Burke
you miss that (it should be the default in my opinion) you might/will have a problem with NB (or anything else java related) finding the JDK/JRE. AdoptOpenJDK DOES have a JRE/JVM in it. On Sun, Sep 22, 2019 at 11:14 AM Carl Burke wrote: > I've got a brand new laptop, just installed Ad

Re: Netbeans 11 won't launch in Windows 10

2019-09-22 Thread Carl Burke
Chuck, It seems to be true. I downloaded the zip files for both JDK 11 and JDK 13, to see exactly what files were included without needing to run any installer again. Even though the name specifies 'hotspot' for the JVM, neither of those JDK distributions contain a jre directory. The JRE is pac

Re: Netbeans 11 won't launch in Windows 10

2019-09-22 Thread Carl Burke
ot going to miss it as long as Netbeans hasn't made it an integral part of the infrastructure. If it has, I'm going to have to use Eclipse; not my preferred choice, but at least it runs without issue. - Original Message - From: "Alonso Del Arte" To: "Carl Burke&q

Re: Netbeans 11 won't launch in Windows 10

2019-09-22 Thread Carl Burke
;s clearly present in the system. It just isn't found by netbeans64.exe. - Original Message - From: "Geertjan Wielenga" To: "Carl Burke" Cc: "users" Sent: Sunday, September 22, 2019 3:00:15 PM Subject: Re: Netbeans 11 won't launch in Windows 10 Nothi

Netbeans 11 won't launch in Windows 10

2019-09-22 Thread Carl Burke
;s worth. There is no {user}\AppData\Roaming\Netbeans directory, so no log output to be had, possibly because the IDE never gets that far. Any suggestions how I might run Netbeans in this version of Windows 10? Do I need to fall back to Java 8 and an earlier Netbeans as