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: Netbeans C/C++ installation failed

2020-03-26 Thread Geertjan Wielenga
Right. Gj On Thu, 26 Mar 2020 at 08:37, Vladimir Kokovic wrote: > "...Since -Dnbjdk.home = /usr/lib/jvm/jdk-14 which has no pack200 and > unpack200 programs, I had to do symlink on jdk-13.0.1/bin/pack200 and > jdk-13.0.1/bin/unpack200 in jdk-14/bin ..." > > Vladimir Kokovic, DP senior (69) > Se

Re: Netbeans C/C++ installation failed

2020-03-26 Thread Vladimir Kokovic
"...Since -Dnbjdk.home = /usr/lib/jvm/jdk-14 which has no pack200 and unpack200 programs, I had to do symlink on jdk-13.0.1/bin/pack200 and jdk-13.0.1/bin/unpack200 in jdk-14/bin ..." Vladimir Kokovic, DP senior (69) Serbia, Belgrade, March 26, 2020

Re: Netbeans C/C++ installation failed

2020-03-26 Thread Geertjan Wielenga
You’re running NetBeans on JDK 14 I guess and so I’d suggest using an earlier JDK when installing C/C++ features since JDK 14 does not include Pack200, as explained on the 11.3 Download page, for unpacking. Gj On Thu, 26 Mar 2020 at 08:31, Geertjan Wielenga wrote: > It’s not the stablest enviro

Re: Netbeans C/C++ installation failed

2020-03-26 Thread Geertjan Wielenga
It’s not the stablest environment for an already unstable set of features, i.e., the C/C++ features. Gj On Thu, 26 Mar 2020 at 08:12, gmail Vladimir Koković < vladimir.koko...@gmail.com> wrote: > Just to mention that I've been working on clone and build Netbeans for 10 > years now: > > ant -v tr

Re: Netbeans C/C++ installation failed

2020-03-26 Thread Vladimir Kokovic
After your suggestions, I remembered that I had Netbeans since Tuesday that has CND, so I did copy nbbuild/netbeans/dlight to current Netbeans and now have C/C++ again. However, the problem of installing C/C++ still remains. Vladimir Kokovic, DP senior (69) Serbia, Belgrade, March 26, 2020 --

Re: Netbeans C/C++ installation failed

2020-03-26 Thread gmail Vladimir Koković
Just to mention that I've been working on clone and build Netbeans for 10 years now: ant -v tryme \ -Dnbjdk.home=/usr/lib/jvm/jdk-14 \ -Dtryme.args= "- modules --refresh --update-all --userdir /mnt/sdd1/home/src/netbeans-apache-git/testuserdir --fontsize 18" \ -Drun.args.ide= "- J-Xms256M -J-Xm

Re: Netbeans C/C++ installation failed

2020-03-26 Thread Geertjan Wielenga
Or use your 11.2 user directory in 11.3? Point to it in etc/netbeans.conf. Gj On Thu, 26 Mar 2020 at 07:59, Greg McPherson wrote: > > Greg McPherson > 17:57 (0 minutes ago) > to *users*, gmail > I've just started to do the Work At Home thing, and installed Netbeans > 11.3, while my work PC was

Re: Netbeans C/C++ installation failed

2020-03-25 Thread Greg McPherson
Greg McPherson 17:57 (0 minutes ago) to *users*, gmail I've just started to do the Work At Home thing, and installed Netbeans 11.3, while my work PC was still running 11.2. And yes, I could not get the C++ plugin to install on 11.3. My awkward hack to fix this was to install 11.2, install C++ on

Re: Netbeans C/C++ installation failed

2020-03-25 Thread Geertjan Wielenga
Rather than clone and build, can you use the latest release, i.e., 11.3 and then install the C/C++ plugin there? Gj On Thu, 26 Mar 2020 at 07:33, gmail Vladimir Koković < vladimir.koko...@gmail.com> wrote: > After clone and build Netbeans on Wednesday, March 25, 2 things happened: > 1. > Netbean

Netbeans C/C++ installation failed

2020-03-25 Thread gmail Vladimir Koković
After clone and build Netbeans on Wednesday, March 25, 2 things happened: 1. Netbeans didn't want to get started until I added: -Dtryme.args = "- modules --refresh --update-all ..." 2. I tried installing the C/C++ plugin again since it disappeared from the list of installed plugins! Since -Dnbjdk