Sometimes multiple OpenJDK instances remain opened

2020-07-30 Thread Giuseppe Barbieri
Hi, as titled, working with Netbeans 12 on a Gradle project with OpenJDK 11, sometimes when I run/debug my app and then close it, I see some latent instance(s) of "OpenJDK Platform Binary" still open. They will get closed as soon as I close Netbeans. Is there a way to fix this? Giuseppe

Re: Fwd: [Gradle] "Error Node: Source Package/Resource/Test Packages"

2020-07-30 Thread Giuseppe Barbieri
ngs to the project.. > > Please describe your use case if possible with some build files as well, I > could probably come up a more precise implementation of file ownership > detection. > On 1/15/20 4:03 AM, Giuseppe Barbieri wrote: > > Hi, > > > we have a fully wo

Apache Netbeans and Gradle, how to add local argument

2020-01-30 Thread Giuseppe Barbieri
I need to pass some custom argument when running a main class in a Gradle Project on Apache Netbeans 11. Right-clicking on the main class and then Run File, this is what I have in the output: cd D:\DEVELOPMENT\EMM-Check; ./gradlew --configure-on-demand -PrunClassName=ec.gui.main.Main -x check run

Fwd: [Gradle] "Error Node: Source Package/Resource/Test Packages"

2020-01-15 Thread Giuseppe Barbieri
Hi, we have a fully working project (using Gradle) under Eclipse 8.2 and jdk8 I updated it in order to use OpenJDK 11.05. It works flawless under Idea, but in Netbeans 11 I have the following error: https://imgur.com/f6StDVS I tried also Netbeans 11.2, same error What is wrong? Giuseppe