Error running forked groovyc

2020-03-27 Thread Mic
Hi all, 1. Choose File > New Project (Ctrl-Shift-N;⌘-Shift-N on Mac) from the main menu to open the New Project wizard. 2. Select Java Application in the Java category. Click Next. 3. Type *GroovyJavaDemo* as the Project Name and specify the folder where you want to create the appli

Re: Netbeans C/C++ failing on Rasbian Buster (based on Debian)

2020-03-27 Thread frui...@yahoo.co.uk.INVALID
It looks like there was a problem with my old SD card however a new card still gives an issue when I install the C/C++ plugin from the Netbeans 8.2 plugin portal. The message is below. This message actually appears every time the IDE is started. The IDE does now say that it contains C/C++. Why

Re: [Non-DoD Source] Where can I find an offline version of the nb-javac 2.1 plugin?

2020-03-27 Thread Geertjan Wielenga
Are you sure you need to run NetBeans on JDK 8? Gj On Fri, 27 Mar 2020 at 17:41, Jean-Marc Borer wrote: > Hi David, > > Thank a lot for your help. > > I know that there is lot of fiddling around with the NBMs, but for that > you must be very comfortable how the update process works and the NBMs

Re: [Non-DoD Source] Where can I find an offline version of the nb-javac 2.1 plugin?

2020-03-27 Thread Jean-Marc Borer
Hi David, Thank a lot for your help. I know that there is lot of fiddling around with the NBMs, but for that you must be very comfortable how the update process works and the NBMs contents. What I finally did, was to install NB on a non restricted computer and copied over the required items from

Re: Netbeans C/C++ installation failed

2020-03-27 Thread frui...@yahoo.co.uk.INVALID
I am using the Raspbian Full release based on Debian Buster. The distribution includes Netbeans 10 which I installed, however it does not automatically include C/C++ support. To get that I started Netbeans and went to Tools>Plugins>Settings.In there I could select Netbeans 8.2 Plugin Portal.Onc

Re: Java project LD_LIBRARY_PATH

2020-03-27 Thread Vladimir Kokovic
After many unsuccessful attempts, I finally managed to create a model NetBeans project that can handle environment variables, for run and debug targets, per java project. To be unusual, a total of 3 lines should be added to the existing build-impl.xml. I needed control of the variable LD_LIBRA

Using F6 and maven

2020-03-27 Thread Leonardo Saracini
I use maven in this manner: go on project and do right-click and click on clean and build, then start tomcat server by Netbeans and all work. I'm not be able to work using F6 button interface. I have do a lot of google search Which configuration have to do on action project? Have any hint?