Re: How to install nb-javac offline into NetBeans 12?

2021-09-09 Thread Rick Curry
Something easy to miss is that "The" is part of the title of the plugin.  It is the "The nb-javac Java editing support" plugin. On 9/9/21 6:24 AM, David Klingenberg wrote: Compiling is not the issue.  Its the indexing, method lookup, syntax checking ect...  If you install 12.4 in an online envi

Re: Building C/C++ projects on Netbeans 12.4 Ubuntu 18.04.

2021-09-09 Thread Rick Curry
From the top level menu: Tools->Plugins, settings tab Check NetBeans 8.2 Plugin Portal Switch to Available Plugins tab Press Check for Newest Find "C/C++" entry, check, Install Exit the plugins menu Tool->Options, C/C++ tab, Build-tools subtab You will see the tool collections you can choose on

Re: How to install nb-javac offline into NetBeans 12?

2021-09-09 Thread Rick Curry
From the opening menu: Tools->Plugins, settings tab Check NetBeans 8.2 Plugin Portal Switch to Available Plugins tab Press Check for Newest Find "The nb-javac Java editing support" entry, check, Install I installed 12.4 on Ubuntu to make sure I am telling the truth.  I hope it is what you were

Re: How to install nb-javac offline into NetBeans 12?

2021-09-09 Thread Geertjan Wielenga
You don’t need nb-javac when you are not using JDK 8. NetBeans will use javac from the JDK for the Java Editor features in NetBeans. Gj On Thu, 9 Sep 2021 at 15:24, David Klingenberg wrote: > Compiling is not the issue. Its the indexing, method lookup, syntax > checking ect... If you install

Re: How to install nb-javac offline into NetBeans 12?

2021-09-09 Thread David Klingenberg
Compiling is not the issue. Its the indexing, method lookup, syntax checking ect... If you install 12.4 in an online environment, NetBeans will ask if you want to install nb-javac and then it dose it for you. I tryed that route and zipped up everything I could find that is NetBeans related, move

Re: How to install nb-javac offline into NetBeans 12?

2021-09-09 Thread Geertjan Wielenga
Since you’re not running on JDK 8, you may not need to use nb-javac at all. Just don’t install it, 12.4 will use javac from the JDK. Gj On Thu, 9 Sep 2021 at 14:27, David Klingenberg wrote: > It looks like it does not work that way anymore. The links for the nbm > files are all broken. The Ne

Re: How to install nb-javac offline into NetBeans 12?

2021-09-09 Thread David Klingenberg
It looks like it does not work that way anymore. The links for the nbm files are all broken. The NetBeans plug-in portal does not list them either. The GitHub only has jar files. __ David Klingenberg On Thu, Sep 9, 2021 at 6:24 AM David Klingenberg wrote: > JDK 16. So I do need t

Re: How to install nb-javac offline into NetBeans 12?

2021-09-09 Thread David Klingenberg
JDK 16. So I do need the nb-javac 16.0.0.0 __ David Klingenberg On Thu, Sep 9, 2021 at 6:16 AM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > If you’re not running on JDK 8, you msy be able to do without nb-javac. > > Gj > > On Thu, 9 Sep 2021 at 14:14, David Klingen

Re: How to install nb-javac offline into NetBeans 12?

2021-09-09 Thread Geertjan Wielenga
If you’re not running on JDK 8, you msy be able to do without nb-javac. Gj On Thu, 9 Sep 2021 at 14:14, David Klingenberg wrote: > I need to download and install NetBeans 12.4 into an offline corporate > Linux workstation. I cannot find any instructions on where to place both > jar files from

How to install nb-javac offline into NetBeans 12?

2021-09-09 Thread David Klingenberg
I need to download and install NetBeans 12.4 into an offline corporate Linux workstation. I cannot find any instructions on where to place both jar files from nb-javac GitHub. I have tried to follow the instructions on the github with no luck. Thanks for your help. __ David Klingenbe