Re: Offline Install of Netbeans on JDK 8 (with nb-javac)

2022-01-22 Thread Brad K.
Happy to report that 13 rc-1 appears to solve the offline nb-javac problem for me. I was able to do all the things I expected in my offline instance of Windows. Thanks! Now to get our security gonks to allow us to use it. ;) On 1/21/2022 10:11 PM, Geertjan Wielenga wrote: No, that is what

Re: NB_12.6_ClangD_C++_ Help

2022-01-22 Thread LarryL
Hi, Perhaps CCLS is more straight-forward to function with NB 12.6, than ClangD: % ccls --version Homebrew ccls version clang version 13.0.0 % ccls --help OVERVIEW: C/C++/Objective-C language server See more on https://github.com/MaskRay/ccls/wiki USAGE: ccls [options] OPTIONS:

Re: adding tomcat server location as enviornment variable

2022-01-22 Thread Eric Bresie
Do you mean system/user environment variables like this https://www.decodejava.com/how-to-set-environment-variables-for-tomcat.htm or this https://www.architectryan.com/2018/08/31/how-to-change-environment-variables-on-windows-10/ ? On Thu, Jan 20, 2022 at 1:37 PM Mar R wrote: > Hello, I'm on

[Compatibility Page] Re: Re: Offline Install of Netbeans on JDK 8 (with nb-javac)

2022-01-22 Thread Eric Bresie
Is there a reference page someplace to show Netbeans compatibilities? Something like: Netbeans version, Minimum JDK Netbeans 13, JDK 11 Netbeans 12.6, JDK 8 Could also have other dependency columns as well if wanted to expand further on some dependencies (i.e. maven, ant, git, etc.) Or would

Re: Re: Offline Install of Netbeans on JDK 8 (with nb-javac)

2022-01-22 Thread Eric Bresie
With this thread in mind…. So is there good documentation on the netbean launcher parameter/arguments? In other words, I recall one parameter to passing JDK.home defining the JDK location but are there others that may help here? Is there maybe a new feature needed to add some of these

Re: NB_12.6_ClangD_C++_ Help

2022-01-22 Thread LarryL
Hi, Please interpret the following into something NetBeans IDE 12.6 'editor' can utilize: ** https://clangd.llvm.org/config.html ** % clangd --help OVERVIEW: clangd is a language server that provides IDE-like features to editors. It should be used via an editor plugin rather than