This is what I have in the log file in the var folder ------------------------------------------------------------------------------- >Log Session: Tuesday, February 19, 2019 at 6:19:03 PM Central European Standard Time >System Info: Product Version = Apache NetBeans Platform 10.0 (Build incubator-netbeans-release-380-on-20181217) Operating System = Windows 10 version 10.0 running on amd64 Java; VM; Vendor = 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9; AdoptOpenJDK Runtime = OpenJDK Runtime Environment 11.0.2+9 Java Home = C:\OpenJDK\jdk-11.0.2 System Locale; Encoding = it_IT (nb); Cp1252 Home Directory = C:\Users\davide Current Directory = C:\NetBeans_10.0\bin User Directory = C:\davide_usr Cache Directory = C:\davide_cach Installation = C:\NetBeans_10.0\ergonomics C:\NetBeans_10.0\ide C:\NetBeans_10.0\extide C:\NetBeans_10.0\java C:\NetBeans_10.0\apisupport C:\NetBeans_10.0\webcommon C:\NetBeans_10.0\websvccommon C:\NetBeans_10.0\profiler C:\NetBeans_10.0\php C:\NetBeans_10.0\harness C:\NetBeans_10.0\groovy C:\NetBeans_10.0\javafx C:\NetBeans_10.0\platform Boot & Ext. Classpath = Application Classpath = C:\NetBeans_10.0\platform\lib\boot.jar;C:\NetBeans_10.0\platform\lib\org-openide-modules.jar;C:\NetBeans_10.0\platform\lib\org-openide-util-lookup.jar;C:\NetBeans_10.0\platform\lib\org-openide-util-ui.jar;C:\NetBeans_10.0\platform\lib\org-openide-util.jar Startup Classpath = C:\NetBeans_10.0\platform\core\asm-all-5.0.1.jar;C:\NetBeans_10.0\platform\core\core-base.jar;C:\NetBeans_10.0\platform\core\core.jar;C:\NetBeans_10.0\platform\core\org-netbeans-libs-asm.jar;C:\NetBeans_10.0\platform\core\org-openide-filesystems-compat8.jar;C:\NetBeans_10.0\platform\core\org-openide-filesystems.jar ------------------------------------------------------------------------------- WARNING [org.netbeans.core.startup.Main] java.lang.NoClassDefFoundError: org.netbeans.upgrade.AutoUpgrade starting from org.netbeans.MainImpl$BootClassLoader@1810399e with possible defining loaders null and declared parents ] at org.netbeans.core.startup.Main.getKlass(Main.java:341) at org.netbeans.core.startup.Main.access$000(Main.java:49) [catch] at org.netbeans.core.startup.Main$1ImportHandler.run(Main.java:367) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:303) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
On Tue, Feb 19, 2019 at 5:53 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Only way I can think of is to actually take a look. I am geertjanwielenga > on Skype, I'm on-line now. > > Gj > > On Tue, Feb 19, 2019 at 5:48 PM Davide Moschini <davide.mosch...@gmail.com> > wrote: > >> Changed the java installation folder to one in root folder without spaces >> in the name, and changed the environment variables. >> Changed the netbeans.conf file using my jdk folder as parameter. >> Tried to execute from cmd using no parameters... same output as before >> Tried with parameter --jdkhome and path using slashes or backslashes... >> same output :/ >> >> Tried both cmd in user and administrator mode. >> >> >> >> On Tue, Feb 19, 2019 at 5:41 PM Geertjan Wielenga < >> geertjan.wiele...@googlemail.com> wrote: >> >>> After you install the JDK in a folder without a space, don't use the >>> --jdkhome flag, instead use this in etc/netbeans.conf, which I have just >>> tried and it works: >>> >>> >>> netbeans_jdkhome="C:\Users\g_wie\Downloads\OpenJDK11U-jdk_x64_windows_hotspot_11.0.2_9\jdk-11.0.2+9" >>> >>> >>> I.e., replace 'C:\Users\g_wie\Downloads\' above with >>> 'C:\whatever-is-applicable-to-you'. >>> >>> Gj >>> >>> On Tue, Feb 19, 2019 at 5:29 PM Davide Moschini < >>> davide.mosch...@gmail.com> wrote: >>> >>>> Nothing else, >>>> these are the only things printed out. >>>> >>>> Now I try to invert the slash and to move the java installation to a >>>> folder path without spaces >>>> >>>> On Tue, Feb 19, 2019 at 5:20 PM Peter Nabbefeld <peter.nabbef...@gmx.de> >>>> wrote: >>>> >>>>> (see inline) >>>>> >>>>> Am 19.02.19 um 17:16 schrieb Davide Moschini: >>>>> > Using CMD cli: >>>>> > changed the directory to Netbeans bin folder. >>>>> > this is the command I wrote: >>>>> > netbeans64.exe --jdk-home "C:\.....\jdk-11.0.2" >>>>> > >>>>> > This is the answer: >>>>> > The launcher has determined that the parent process has a console >>>>> and >>>>> > will reuse it for its own console output. >>>>> > Closing the console will result in termination of the running >>>>> program. >>>>> > Use '--console suppress' to suppress console output. >>>>> > Use '--console new' to create a separate console window. >>>>> > >>>>> Nothing more? Did it stop right after the last line? Without >>>>> complaining >>>>> about anything? >>>>> BTW, probably try to use forward slashes, I'm not sure if Java needs >>>>> them to be doubled otherwise (as backslashes are also escape >>>>> characters >>>>> in Java) >>>>> >>>>> P. >>>>> >>>>> > >>>>> > On Tue, Feb 19, 2019 at 4:47 PM Peter Steele <steeleh...@gmail.com >>>>> > <mailto:steeleh...@gmail.com>> wrote: >>>>> > >>>>> > Can you send the contents of the set command from the CMD cli? >>>>> I'd >>>>> > recommending replacing personal identifiable information with >>>>> > dummy values. There is something odd going on >>>>> > >>>>> > On Tue, 19 Feb 2019, 15:43 Davide Moschini >>>>> > <davide.mosch...@gmail.com <mailto:davide.mosch...@gmail.com> >>>>> wrote: >>>>> > >>>>> > Moved everything in C:\Netbeans_10.0 >>>>> > no differences... the program doesn't start >>>>> > >>>>> > >>>>> > On Tue, Feb 19, 2019 at 4:31 PM Geertjan Wielenga >>>>> > <geertjan.wiele...@googlemail.com >>>>> > <mailto:geertjan.wiele...@googlemail.com>> wrote: >>>>> > >>>>> > And maybe the fact that you have NetBeans at D: and JDK >>>>> at >>>>> > C: is the problem. >>>>> > >>>>> > Gj >>>>> > >>>>> > On Tue, Feb 19, 2019 at 4:30 PM Geertjan Wielenga >>>>> > <geertjan.wiele...@googlemail.com >>>>> > <mailto:geertjan.wiele...@googlemail.com>> wrote: >>>>> > >>>>> > Just double-click the executable and forget about >>>>> that >>>>> > --jdkhome flag, you don't need it. >>>>> > >>>>> > Gj >>>>> > >>>>> > On Tue, Feb 19, 2019 at 4:26 PM Davide Moschini >>>>> > <davide.mosch...@gmail.com >>>>> > <mailto:davide.mosch...@gmail.com>> wrote: >>>>> > >>>>> > I would like to summarize the steps taken (sorry >>>>> I >>>>> > forgot to include the netbeans mailing list in >>>>> the >>>>> > last emails sent) >>>>> > - Netbeans 10.0 is "installed" in a folder on a >>>>> D: >>>>> > partition. >>>>> > - JDK (openJDK at the moment) is installed in >>>>> > folder "C:\Program >>>>> Files\AdoptOpenJDK\jdk-11.0.2+9" >>>>> > - I'm using Windows 10 64 bit >>>>> > - ENVIRONMENT VARIABLES: >>>>> > * JAVA_HOME: C:\Program >>>>> > Files\AdoptOpenJDK\jdk-11.0.2+9\ >>>>> > * JDK_HOME: %JAVA_HOME% >>>>> > * JRE_HOME: C:\Program >>>>> > Files\AdoptOpenJDK\jdk-11.0.2+9-jre >>>>> > * Path: C:\Program >>>>> > Files\AdoptOpenJDK\jdk-11.0.2+9\bin, C:\Program >>>>> > >>>>> Files\AdoptOpenJDK\jdk-11.0.2+9-jre\bin.....(other >>>>> > stuff) >>>>> > - netbeans.conf: commented out the line >>>>> > netbeans_jdkhome="C:\Program >>>>> > Files\AdoptOpenJDK\jdk-11.0.2+9" >>>>> > - cmd line >>>>> > * netbeans64.exe --jdkhome "C:\Program >>>>> > Files\AdoptOpenJDK\jdk-11.0.2+9" >>>>> > The answer from cmd is: >>>>> > The launcher has determined that the parent >>>>> > process has a console and will reuse it for its >>>>> > own console output. >>>>> > Closing the console will result in >>>>> > termination of the running program. >>>>> > Use '--console suppress' to suppress >>>>> console >>>>> > output. >>>>> > Use '--console new' to create a separate >>>>> > console window. >>>>> > - when I run javac -version from command line the >>>>> > answer is: >>>>> > javac 11.0.2 >>>>> > >>>>> > Netbeans never started. >>>>> > >>>>> > davide >>>>> > >>>>> > >>>>> > >>>>> > On Tue, Feb 19, 2019 at 3:48 PM Geertjan Wielenga >>>>> > <geertjan.wiele...@googlemail.com >>>>> > <mailto:geertjan.wiele...@googlemail.com>> >>>>> wrote: >>>>> > >>>>> > Maybe comment out the line in netbeans.conf >>>>> > pointing to the JDK, instead run 'echo >>>>> %path%' >>>>> > to check that it is on your path (and put the >>>>> > JDK on your path in Environment Variables if >>>>> > needed) and then double-click the executable >>>>> > again. >>>>> > >>>>> > Gj >>>>> > >>>>> > On Tue, Feb 19, 2019 at 3:36 PM Geertjan >>>>> > Wielenga <geertjan.wiele...@googlemail.com >>>>> > <mailto:geertjan.wiele...@googlemail.com>> >>>>> wrote: >>>>> > >>>>> > On Windows, I don't have any problem >>>>> > starting up Apache NetBeans 10, just by >>>>> > double-clicking the executable. I don't >>>>> > need any --jdkhome switch. In >>>>> > etc/netbeans.conf, I have >>>>> netbeans_jdkhome >>>>> > commented out, so that I use the system's >>>>> > installed JDK. When I run 'echo %path%' >>>>> > from the command line, I see that the JDK >>>>> > as well as its bin folder are included >>>>> there. >>>>> > >>>>> > Gj >>>>> > >>>>> > On Tue, Feb 19, 2019 at 3:24 PM Davide >>>>> > Moschini <davide.mosch...@gmail.com >>>>> > <mailto:davide.mosch...@gmail.com>> >>>>> wrote: >>>>> > >>>>> > >>>>> > >>>>> > ---------- Forwarded message >>>>> --------- >>>>> > From: *Davide Moschini* >>>>> > <davide.mosch...@gmail.com >>>>> > <mailto:davide.mosch...@gmail.com>> >>>>> > Date: Tue, Feb 19, 2019 at 2:58 PM >>>>> > Subject: Re: Netbeans 10.0 - doesn't >>>>> start >>>>> > To: Geertjan Wielenga >>>>> > <geertjan.wiele...@googlemail.com >>>>> > <mailto: >>>>> geertjan.wiele...@googlemail.com>> >>>>> > >>>>> > >>>>> > From command line, the version after >>>>> > the execution of "javac -version" is: >>>>> > javac 11.0.2 >>>>> > >>>>> > In netbeans.conf I have: >>>>> > netbeans_jdkhome="C:\Program >>>>> > Files\AdoptOpenJDK\jdk-11.0.2+9" >>>>> > >>>>> > davide >>>>> > >>>>> > On Tue, Feb 19, 2019 at 2:52 PM >>>>> > Geertjan Wielenga >>>>> > <geertjan.wiele...@googlemail.com >>>>> > <mailto: >>>>> geertjan.wiele...@googlemail.com>> >>>>> > wrote: >>>>> > >>>>> > When you run this on the command >>>>> > line, what do you see: javac >>>>> -version >>>>> > >>>>> > What is the path you're referring >>>>> > to in netbeans.conf? >>>>> > >>>>> > Gj >>>>> > >>>>> > On Tue, Feb 19, 2019 at 2:50 PM >>>>> > Davide Moschini >>>>> > <davide.mosch...@gmail.com >>>>> > <mailto: >>>>> davide.mosch...@gmail.com>> >>>>> > wrote: >>>>> > >>>>> > I've just downloaded >>>>> |Netbeans >>>>> > 10.0| and on a Windows 10 64 >>>>> > bit it doesn't start when i >>>>> > execute |netbeans64.exe| (not >>>>> > even with |netbeans.exe|) >>>>> > >>>>> > I removed all the previous >>>>> > java installations and >>>>> > installed |jdk-11.0.2+9| and >>>>> > |jdk-11.0.2+9-jre|. >>>>> > >>>>> > Also change the path in the >>>>> > netbeans configuration file >>>>> to >>>>> > the right java path. >>>>> > >>>>> > Configured the environment >>>>> > variables |PATH| and >>>>> |JAVA_HOME|. >>>>> > >>>>> > When I try to run the app >>>>> > nothing happens. >>>>> > >>>>> > Somebody else with same >>>>> issue? >>>>> > >>>>> > >>>>> > Also wrote this question on >>>>> > >>>>> https://stackoverflow.com/questions/54764657/netbeans-10-0-doesnt-start-in-windows-10-os >>>>> > >>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> 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 >>>>> >>>>>