[servlet]

2023-01-16 Thread Peter Scharf
I just installed NetBeans 16 on a MacBook Pro with an M chip: Product Version: Apache NetBeans IDE 16 Java: 19.0.1; OpenJDK 64-Bit Server VM 19.0.1 Runtime: OpenJDK Runtime Environment 19.0.1 System: Mac OS X version 13.0.1 running on aarch64; UTF-8; en_US (nb) I am trying to create a minimal

Re: New Gradle project creates the wrong sort of project

2023-01-16 Thread Scott Palmer
As you've noted, this is what you get from 'gradle init --type java-application'. I was happy with that behaviour too. I would rather not have the extra layer of an 'empty' parent project for simple things. I personally feel this is an issue to be brought up with Gradle. Gradle init could have

New Gradle project creates the wrong sort of project

2023-01-16 Thread Emma Atkinson
I'm not sure if this is a bug or intended functionality. If I want to create a simple Java SE application Gradle project I do the following: Select New Project Select Java with Gradle Select *Java Application *for a simple application Click the Next button Enter a project name Click the Finish

GlassFish6 with Netbeans16 - No root permission

2023-01-16 Thread Amn Ojee Uw
Glassfish6 is installed in /opt/glassfish6, with '/*root*/' as group and owner id. Having stated that, when trying to add Glassfish6 to the list of servers in Netbeans16, the server cannot be found, since NB (me) does not have root permission. Should I reinstall GF6 in a local directory, as

New Simple Gradle Java Application with TestNG

2023-01-16 Thread Emma Atkinson
When NB IDE 16.0 creates a "simple" new Gradle Java project I presume it executes *gradle init *with some command line options. The *gradle init* command offers a choice of test frameworks. Netbeans chooses *JUnit Jupiter*. However, the *gradle init* command also offers *JUnit 4* (gradle's