Please try CoolBeans from http://coolbeans.xyz/ and see if you have the same problems.
--emi lun., 23 sept. 2019, 07:21 Carl Burke <cdbu...@his.com> a scris: > Chuck: > > I don't know what to tell you. When I told the Netbeans installer to use > the JDK, it complained there was no JRE. When I pointed it at the JRE, it > complained there was no JDK. It was only when I put a 'jre' folder into the > JDK directory that the installer was happy and ran. I agree, the JDK has a > jvm.dll in it, I don't have a clue why the installer would not work, > anymore than I understand why the IDE won't launch without removing JShell > from the configuration. > > It might have been JAVA_HOME; I had to set that manually, and didn't get > around to that until after installing Netbeans. PATH was updated > automatically with both JDK and JRE bin directories, but JAVA_HOME was > never set. > > The AdoptOpenJDK distribution does not contain a JRE directory, I don't > know where you're seeing one. > > I'm not going to install 13, it's not the current LTS. I see no reason to > change versions more frequently than every two years, especially if I want > to maintain compatibility with my office work (which is still on 8, and > rarely uses language features later than 6). > > Out of curiosity, which version on Windows is on that old Windows box? > This is Windows 10 Home 1809. It could be differences between Home and Pro, > or between major releases, or something like that. > > > ----- Original Message ----- > From: "Chuck Davis" <cjgun...@gmail.com> > Cc: "users" <users@netbeans.apache.org> > Sent: Sunday, September 22, 2019 11:48:15 PM > Subject: Re: Netbeans 11 won't launch in Windows 10 > > Carl: > > I just fired up an old Windows 10 box that I turn on every 3 to 4 months to > test my hypothesis. Installed like a hot knife through butter. The only > glitch might be you have to check @ installation of AdoptOpenJDK 13 to have > it modify the JAVA_HOME environment variable. If 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 <cdbu...@his.com> wrote: > > > I've got a brand new laptop, just installed AdoptOpenJDK 11 and Netbeans > > 11.1, and Netbeans will not launch in Windows 10 (1809). I have run > > previous versions of Netbeans on other Windows 10 systems, including with > > AdoptOpenJDK, but those were with Java 8 and earlier releases of both > > Netbeans and Windows 10. > > > > There were some issues getting the installer to run: since AdoptOpenJDK > > does not bundle a JRE under the JDK, the JRE had to be moved and renamed > > from it's separate installation so that the installer would find both the > > JRE and the JDK. However, after that was done the installer appeared to > > work fine. > > > > When I try to launch Netbeans 11 by clicking the desktop icon, nothing > > visible happens. When I open a command shell and run .\netbeans64.exe > from > > the Netbeans bin directory, I get: > > << > > Error occurred during initialization of boot layer > > java.lang.module.FindException: Module jdk.jshell not found > > >> > > This happens whether I add --jdkhome "C:\Program > > Files\AdoptOpenJDK\jdk-11.0.4.11-hotspot" to the command or not; > > netbeans.conf has the uncommented correct value. > > > > Typing jshell in that directory opens JShell 11.0.4, for whatever that'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 well? > > > > -- > > Carl Burke > > cdbu...@his.com > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org > > For additional commands, e-mail: users-h...@netbeans.apache.org > > > > For further information about the NetBeans mailing lists, visit: > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org > For additional commands, e-mail: users-h...@netbeans.apache.org > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > >