Problems Launching NetBeans 8.2 on Mac Running Mojave and DisplayLink USB Video Driver

2019-02-19 Thread Lynch, Roger (IM&T, Yarralumla)
Any help on this please would be appreciated Roger Lynch

Re: [ C++ ] Netbeans does not recognize executable file

2019-02-19 Thread Geertjan Wielenga
Apache NetBeans does not yet provide C/C++ features, they're on the way to being donated. In the meantime, look for C/C++ in the Plugin Manager, under the Tools menu, that should get you started. Gj On Tue, Feb 19, 2019 at 10:03 PM Normand Fortier < normand.fort...@cgocable.ca> wrote: > Hi, > >

[ C++ ] Netbeans does not recognize executable file

2019-02-19 Thread Normand Fortier
Hi, After many years of Java programming, I am getting into C++ in the hope of contributing to an open source project. I checked out the project code from GitHub and created a project in Netbeans. I can build the project from NB but not run it or debug it. When I point it to the executable th

Re: Beginner's configuration question...

2019-02-19 Thread Bob Senkewicz
Apologies for the response method, I have everyone this time. OK. So you recommend using the default settings and I can certainly understand that. But doesn't that put me back in the position of having to specify the TARGET folder in the site URL? Which is a similar situation to my original qu

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread John Lavelle
I know I'm a bit late to this party but, if it's of any help, I have some suggestions: Double check that the folders and/or executables haven't been "locked down" by Windows as coming from a different computer.: - Right click on the folder/executables - Click on *Properties*. - At the bo

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Geertjan Wielenga
Your system looked pretty full to me, with multiple different drives, and quite a lot going on -- that could explain the problems you're having. Though the tips in https://netbeans.org/bugzilla/show_bug.cgi?id=200324 should help you -- please keep responding with your findings, we're very happy to

Re: Beginner's configuration question...

2019-02-19 Thread Geertjan Wielenga
I'd recommend to use the default settings provided by Maven, i.e., keep using the target folder. Also, keep the mailing list in your response mails otherwise I'll be the only one seeing them. Gj On Tue, Feb 19, 2019 at 7:24 PM Bob Senkewicz wrote: > OK. First, thanks for the guidance. I am gr

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Geertjan Wielenga
Some more clues and tips, based on your error message: https://netbeans.org/bugzilla/show_bug.cgi?id=200324 Can't help thinking it may have something to do with permissions -- and maybe your disk is full or almost full? Gj On Tue, Feb 19, 2019 at 6:26 PM Davide Moschini wrote: > And this is th

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Davide Moschini
And this is the trace I have LoadLibrary("C:\OpenJDK\jdk-11.0.2\bin\server\jvm.dll") PrepareDllPath: C:\OpenJDK\jdk-11.0.2\bin JVM options: -Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade -XX:+UseStringDeduplication -Xss2m -Xms32m -Djdk.gtk.version=2.2 -Dapple.laf.useScreenMenuBar=true -Da

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Davide Moschini
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

RE: Netbeans 10.0 - doesn't start

2019-02-19 Thread Joseph Huber
Hello Davide! In the reply to your question on stack overflow, there was a suggestion to check if netbeans is creating any kind of logs, i.e. C:\Users\[yourusername]\AppData\Roaming\NetBeans\10.0\var\log Did you happen to check that location to see if anything is there? I didn’t see any mentio

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Lars Bruun-Hansen
Perhaps do a trace on the launcher, i.e. netbeans64.exe --trace "mytrace.log" and then post the file mytrace.log here. Note that I cannot get the argument to "--trace" to accept a full path. Don't really understand why. In any case the above command will produce the "mytrace.log" file in the cur

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Thomas Kellerer
Do you have any anti-virus running? If yes, try to exclude the JDK and NetBeans directories Davide Moschini schrieb am 19.02.2019 um 17:48: Changed the java installation folder to one in root folder without spaces in the name, and changed the environment variables. Changed the netbeans.conf fi

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Geertjan Wielenga
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 wrote: > Changed the java installation folder to one in root folder without spaces > in the name, and changed the environment variables. > Chan

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Davide Moschini
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 pa

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Geertjan Wielenga
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\Dow

Re: Beginner's configuration question...

2019-02-19 Thread Geertjan Wielenga
Recommend you start with Maven | Web Application, i.e., that you have a Maven based application instead of Ant based as you have now. In the upcoming release, it will be clearer that that is the preferred starting point. When you build, you'll then have a 'target' folder as in any Maven project:

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Davide Moschini
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 wrote: > (see inline) > > Am 19.02.19 um 17:16 schrieb Davide Moschini: > > Using CMD cli: > > cha

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Peter Nabbefeld
(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 re

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread 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 res

Re: Beginner's configuration question...

2019-02-19 Thread Geertjan Wielenga
Which type of project are we talking about? I.e., which project did you use in the New Project dialog at the start? Gj On Tue, Feb 19, 2019 at 4:53 PM Bob Senkewicz wrote: > Trying to set up and deploy first sites. > > NetBeans 8.2, JDK 8.0.181, Tomcat 8.0, IIS 8 > > I know this is basic stuff

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Geertjan Wielenga
Try the suggestion of not having the JDK in a folder with spaces. I believe something along those lines was in the NetBeans installation instructions at some point too. Gj On Tue, Feb 19, 2019 at 4:57 PM Davide Moschini wrote: > When i run the executable, with Process Explorer opened I can see

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Davide Moschini
When i run the executable, with Process Explorer opened I can see for one second the process starts and the suddenly close itself. On Tue, Feb 19, 2019 at 4:53 PM Peter Nabbefeld wrote: > Hi Davide, > > as You got launcher output, the launcher obviously started, but NetBeans > seems to have cras

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Thomas Kellerer
Java sometimes has problems when being installed in a directory that contains spaces. What if you move it outside of "Program Files"? As OpenJD doesn't really need an installation, you can extract the ZIP file to anywhere you want. Davide Moschini schrieb am 19.02.2019 um 16:48: > Changed t

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Peter Nabbefeld
Hi Davide, as You got launcher output, the launcher obviously started, but NetBeans seems to have crashed. Any more output? Any stack trace or heap dump? Kind regards Peter Am 19.02.19 um 16:26 schrieb Davide Moschini: I would like to summarize the steps taken (sorry I forgot to include the

Beginner's configuration question...

2019-02-19 Thread Bob Senkewicz
Trying to set up and deploy first sites. NetBeans 8.2, JDK 8.0.181, Tomcat 8.0, IIS 8 I know this is basic stuff but here goes... Defined Application on web server as "myapp" (names changed to protect the innocent). Netbeans creates a folder "Web" and places all source in this folder. Pages a

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Thomas Kellerer
Geertjan Wielenga schrieb am 19.02.2019 um 16:31: > And maybe the fact that you have NetBeans at D: and JDK at C: is the problem. No, that works just fine for me. - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Geertjan Wielenga
I now have exactly the same JDK as Davide with Apache NetBeans 10, no problems at all. *Product Version:* Apache NetBeans IDE 10.0 (Build incubator-netbeans-release-380-on-20181217) *Java:* 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9 *Runtime:* OpenJDK Runtime Environment 11.0.2+9 With this in n

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Davide Moschini
Changed the folder name of JDK to C:\\jdk-11.0.2 Changed Path and Environment Variables to point to this folder Changed netbeans.conf to point to this folder On Tue, Feb 19, 2019 at 4:41 PM Peter Steele wrote: > Maybe the + in the jdk directory name is the problem > > On Tue, 19 Feb 2019, 15

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Peter Steele
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 Moved everything in C:\Netbeans_10.0 > no differences... the program doesn't st

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Davide Moschini
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> 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

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Peter Steele
Maybe the + in the jdk directory name is the problem On Tue, 19 Feb 2019, 15:32 Davide Moschini When I double click on the executable nothing happens. Checked in > processExplorer and i don't see the process in the list. Seems that it > never starts > > On Tue, Feb 19, 2019 at 4:30 PM Geertjan Wi

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Davide Moschini
When I double click on the executable nothing happens. Checked in processExplorer and i don't see the process in the list. Seems that it never starts On Tue, Feb 19, 2019 at 4:30 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Just double-click the executable and forget about th

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Geertjan Wielenga
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> wrote: > Just double-click the executable and forget about that --jdkhome flag, you > don't need it. > > Gj > > On Tue, Feb 19, 2

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Geertjan Wielenga
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 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 "i

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Davide Moschini
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

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Geertjan Wielenga
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

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Geertjan Wielenga
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 se

Fwd: Netbeans 10.0 - doesn't start

2019-02-19 Thread Davide Moschini
-- Forwarded message - From: Davide Moschini Date: Tue, Feb 19, 2019 at 2:58 PM Subject: Re: Netbeans 10.0 - doesn't start To: Geertjan Wielenga >From command line, the version after the execution of "javac -version" is: javac 11.0.2 In netbeans.conf I have: netbeans_jdkhome="C

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Helmut Leininger
Hi, just another remark: the same problem happens if you have created a Netbeans Platform Application. You must specify --jdkhome=%JAVA_HOME% on the comand line for the launcher. It seems that the launcher does not read netbeans.conf (or too late). Helmut Am 19.02.2019 um 15:02 schrieb Helmut L

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Peter Steele
I suspect you need to set JDK_HOME On Tue, 19 Feb 2019, 13:53 Geertjan Wielenga 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 > wrote: > >> I've just dow

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Helmut Leininger
Hi, which Java version do you have? Oracle java or openjdk ? I  had to specify    --jdkhome "C:\OpenSourceTools\jdk-11" on netbeans64.exe to make it run. Helmut Am 19.02.2019 um 14:50 schrieb Davide Moschini: > > I've just downloaded |Netbeans 10.0| and on a Windows 10 64 bit it > doesn't s

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Geertjan Wielenga
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 wrote: > I've just downloaded Netbeans 10.0 and on a Windows 10 64 bit it doesn't > start when i execute netbeans64.e

Netbeans 10.0 - doesn't start

2019-02-19 Thread Davide Moschini
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