Re: Installing C/C++ 8.2 in NB 12.6

2022-01-25 Thread LarryL
Hi, If you’re running NB 12.6, on a Mac, try its default C++ pull-down menu found in ‘Preferences’. Have Homebrew repo install either CCLS or ClangD LSP client and configure C++ Project next. To compile your code, goto ‘Project Properties - Build' Pick and choose compiler toggles from the

migrate EE6 project from ant buiild to mvn/gradle

2022-01-25 Thread Tom Eicher
Hello, I have an ear project with one ejb and one war subprojects, that originates from Netbeans 7.2, using an ant build. I have been unable to upgrade for a long time (after NB8) due to missing wildfly plugin and other troubles, but now I'm up and running with Apache Netbeans 12.6 ! We did