Re: Re: Netbeans 8.2 download link

2022-03-13 Thread Eric Bresie
Have you tried NB 13 yet? I’ve not tried it specifically, but recent Apache 
Netbeans releases, there has been some work to provide basic C/C++ (lite) 
functionality and to integration previous (CND) upport into the mainline IDE 
itself.

Eric Bresie
ebre...@gmail.com (mailto:ebre...@gmail.com)

> On March 3, 2022 at 5:43:40 PM CST, Jonathan Bergh  (mailto:bergh.jonat...@gmail.com)> wrote:
> hi Brad,
>
> Thanks a lot - yes unfortunately I'm on Windows (for work purposes, not 
> preference) and after quite a bit of searching was unable to find anything 
> precompiled available. If only we could all run *nix.
>
> Cheers
> Jon
>
>
> On Fri, Mar 4, 2022 at 4:51 AM Bradley Willcott  (mailto:optusprepa...@gmail.com)> wrote:
> > Hi Jonathon.
> > I am running Fedora Linux (34). I installed 'ccls' using the 'dnf' package 
> > installer, collecting it from the '@fedora' repository.
> > For MSWin I suppose you will have to do some searching, unless some else on 
> > this list can help there.
> >
> > Regards,
> > Brad.
> >
> > On 3/3/22 17:51, Jonathan Bergh wrote:
> > > Hi Brad,
> > >
> > > Thanks a lot - appreciate that advice.
> > >
> > > I actually tried that route previously, but started having strange issues 
> > > with my gradle based projects not long after that (previously working 
> > > projects would not load, even after clearing the cache etc). I am not 
> > > sure whether that was related to the gradle stuff itself or funny things 
> > > happening from updates from older plugin centers (really not sure, i have 
> > > no insight / experience into how it all works), but I ended up doing a 
> > > clean install to get everything running again.
> > >
> > > regarding the ccls approach - do you still need to compile your own 
> > > language server, or are their prebuilt binaries available now?
> > >
> > > best regards
> > > jonathan
> > >
> > >
> > > On Thu, Mar 3, 2022 at 9:30 PM Bradley Willcott  > > (mailto:optusprepa...@gmail.com)> wrote:
> > > > Hi Jonathon.
> > > > You may not know that NB12+ can be used for both C and C++ development.
> > > >
> > > > Go to "Tools/Plugins"
> > > > Select "Settings", then Activate "Netbeans 8.2 Plugin Portal"
> > > > Select "Updates" and press [Check for Updates]
> > > > Select "Available Plugins" and press [Check for Newest]
> > > >
> > > > Then scroll down and look for "C/C++" - select and install this plugin.
> > > > You might also want to select and install "CPPLite Kit" as well.
> > > > This last one will require "ccls" to be installed on your system.
> > > >
> > > > Hope this helps.
> > > > Brad.
> > > >
> > > > On 2/3/22 10:50, Jonathan Bergh wrote:
> > > > > hi all,
> > > > >
> > > > > just wondering if anyone has / knows the (a) link for the old Oracle
> > > > > Netbeans 8.2 download. I know there is any floating around, but the
> > > > > one on the Apache Netbeans pre-Apache page currently redirects to a
> > > > > dead end.
> > > > >
> > > > > Needed because of the C++ capabilities.
> > > > >
> > > > > Thanks in advance
> > > > > Regards
> > > > > Jon
> > > >
> >


Re: Netbeans 8.2 download link

2022-03-03 Thread Jonathan Bergh
hi Brad,

Thanks a lot - yes unfortunately I'm on Windows (for work purposes, not
preference) and after quite a bit of searching was unable to find anything
precompiled available. If only we could all run *nix.

Cheers
Jon

On Fri, Mar 4, 2022 at 4:51 AM Bradley Willcott 
wrote:

> Hi Jonathon.
> I am running Fedora Linux (34).  I installed 'ccls' using the 'dnf'
> package installer, collecting it from the '@fedora' repository.
> For MSWin I suppose you will have to do some searching, unless some else
> on this list can help there.
>
> Regards,
> Brad.
>
> On 3/3/22 17:51, Jonathan Bergh wrote:
>
> Hi Brad,
>
> Thanks a lot - appreciate that advice.
>
> I actually tried that route previously, but started having strange issues
> with my gradle based projects not long after that (previously working
> projects would not load, even after clearing the cache etc). I am not sure
> whether that was related to the gradle stuff itself or funny things
> happening from updates from older plugin centers (really not sure, i have
> no insight / experience into how it all works), but I ended up doing a
> clean install to get everything running again.
>
> regarding the ccls approach - do you still need to compile your own
> language server, or are their prebuilt binaries available now?
>
> best regards
> jonathan
>
> On Thu, Mar 3, 2022 at 9:30 PM Bradley Willcott 
> wrote:
>
>> Hi Jonathon.
>> You may not know that NB12+ can be used for both C and C++ development.
>>
>> Go to "Tools/Plugins"
>> Select "Settings", then Activate "Netbeans 8.2 Plugin Portal"
>> Select "Updates" and press [Check for Updates]
>> Select "Available Plugins" and press [Check for Newest]
>>
>> Then scroll down and look for "C/C++" - select and install this plugin.
>> You might also want to select and install "CPPLite Kit" as well.
>> This last one will require "ccls" to be installed on your system.
>>
>> Hope this helps.
>> Brad.
>>
>> On 2/3/22 10:50, Jonathan Bergh wrote:
>> > hi all,
>> >
>> > just wondering if anyone has / knows the (a) link for the old Oracle
>> > Netbeans 8.2 download. I know there is any floating around, but the
>> > one on the Apache Netbeans pre-Apache page currently redirects to a
>> > dead end.
>> >
>> > Needed because of the C++ capabilities.
>> >
>> > Thanks in advance
>> > Regards
>> > Jon
>>
>>
>


Re: Netbeans 8.2 download link

2022-03-03 Thread Bradley Willcott

Hi Jonathon.
I am running Fedora Linux (34).  I installed 'ccls' using the 'dnf' 
package installer, collecting it from the '@fedora' repository.
For MSWin I suppose you will have to do some searching, unless some else 
on this list can help there.


Regards,
Brad.

On 3/3/22 17:51, Jonathan Bergh wrote:

Hi Brad,

Thanks a lot - appreciate that advice.

I actually tried that route previously, but started having strange 
issues with my gradle based projects not long after that (previously 
working projects would not load, even after clearing the cache etc). I 
am not sure whether that was related to the gradle stuff itself or 
funny things happening from updates from older plugin centers (really 
not sure, i have no insight / experience into how it all works), but I 
ended up doing a clean install to get everything running again.


regarding the ccls approach - do you still need to compile your own 
language server, or are their prebuilt binaries available now?


best regards
jonathan

On Thu, Mar 3, 2022 at 9:30 PM Bradley Willcott 
 wrote:


Hi Jonathon.
You may not know that NB12+ can be used for both C and C++
development.

Go to "Tools/Plugins"
Select "Settings", then Activate "Netbeans 8.2 Plugin Portal"
Select "Updates" and press [Check for Updates]
Select "Available Plugins" and press [Check for Newest]

Then scroll down and look for "C/C++" - select and install this
plugin.
You might also want to select and install "CPPLite Kit" as well.
This last one will require "ccls" to be installed on your system.

Hope this helps.
Brad.

On 2/3/22 10:50, Jonathan Bergh wrote:
> hi all,
>
> just wondering if anyone has / knows the (a) link for the old
Oracle
> Netbeans 8.2 download. I know there is any floating around, but the
> one on the Apache Netbeans pre-Apache page currently redirects to a
> dead end.
>
> Needed because of the C++ capabilities.
>
> Thanks in advance
> Regards
> Jon



Re: Netbeans 8.2 download link

2022-03-03 Thread Jonathan Bergh
Hi Brad,

Thanks a lot - appreciate that advice.

I actually tried that route previously, but started having strange issues
with my gradle based projects not long after that (previously working
projects would not load, even after clearing the cache etc). I am not sure
whether that was related to the gradle stuff itself or funny things
happening from updates from older plugin centers (really not sure, i have
no insight / experience into how it all works), but I ended up doing a
clean install to get everything running again.

regarding the ccls approach - do you still need to compile your own
language server, or are their prebuilt binaries available now?

best regards
jonathan

On Thu, Mar 3, 2022 at 9:30 PM Bradley Willcott 
wrote:

> Hi Jonathon.
> You may not know that NB12+ can be used for both C and C++ development.
>
> Go to "Tools/Plugins"
> Select "Settings", then Activate "Netbeans 8.2 Plugin Portal"
> Select "Updates" and press [Check for Updates]
> Select "Available Plugins" and press [Check for Newest]
>
> Then scroll down and look for "C/C++" - select and install this plugin.
> You might also want to select and install "CPPLite Kit" as well.
> This last one will require "ccls" to be installed on your system.
>
> Hope this helps.
> Brad.
>
> On 2/3/22 10:50, Jonathan Bergh wrote:
> > hi all,
> >
> > just wondering if anyone has / knows the (a) link for the old Oracle
> > Netbeans 8.2 download. I know there is any floating around, but the
> > one on the Apache Netbeans pre-Apache page currently redirects to a
> > dead end.
> >
> > Needed because of the C++ capabilities.
> >
> > Thanks in advance
> > Regards
> > Jon
>
>


Re: Netbeans 8.2 download link

2022-03-03 Thread Bradley Willcott

Hi Jonathon.
You may not know that NB12+ can be used for both C and C++ development.

Go to "Tools/Plugins"
Select "Settings", then Activate "Netbeans 8.2 Plugin Portal"
Select "Updates" and press [Check for Updates]
Select "Available Plugins" and press [Check for Newest]

Then scroll down and look for "C/C++" - select and install this plugin.
You might also want to select and install "CPPLite Kit" as well.
This last one will require "ccls" to be installed on your system.

Hope this helps.
Brad.

On 2/3/22 10:50, Jonathan Bergh wrote:

hi all,

just wondering if anyone has / knows the (a) link for the old Oracle 
Netbeans 8.2 download. I know there is any floating around, but the 
one on the Apache Netbeans pre-Apache page currently redirects to a 
dead end.


Needed because of the C++ capabilities.

Thanks in advance
Regards
Jon



-
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



Re: Netbeans 8.2 download link

2022-03-01 Thread Jonathan Bergh
Ah thank you very much Dave, good idea. Appreciate that :thumbsup

I wonder if its worth updating the website to point to this as well. I know
we're mostly all using the Apache versions but it might be useful for the
odd user. Perhaps a question for the dev mailing list.

Cheers
Jonathan

On Wed, Mar 2, 2022 at 5:34 PM David Green  wrote:

> On Mar 1, 2022 at 8:50:59 PM, Jonathan Bergh 
> wrote:
>
>> just wondering if anyone has / knows the (a) link for the old Oracle
>> Netbeans 8.2 download. I know there is any floating around, but the one on
>> the Apache Netbeans pre-Apache page currently redirects to a dead end.
>>
>
> How about https://archive.org/details/jdk-8u111-nb-8_2  (realizing there
> is a JDK with it).
>
> Dave
>
>
>


Re: Netbeans 8.2 download link

2022-03-01 Thread David Green
On Mar 1, 2022 at 8:50:59 PM, Jonathan Bergh 
wrote:

> just wondering if anyone has / knows the (a) link for the old Oracle
> Netbeans 8.2 download. I know there is any floating around, but the one on
> the Apache Netbeans pre-Apache page currently redirects to a dead end.
>

How about https://archive.org/details/jdk-8u111-nb-8_2  (realizing there is
a JDK with it).

Dave


Netbeans 8.2 download link

2022-03-01 Thread Jonathan Bergh
hi all,

just wondering if anyone has / knows the (a) link for the old Oracle
Netbeans 8.2 download. I know there is any floating around, but the one on
the Apache Netbeans pre-Apache page currently redirects to a dead end.

Needed because of the C++ capabilities.

Thanks in advance
Regards
Jon