Re: Sometimes multiple OpenJDK instances remain opened

2020-07-30 Thread Laszlo Kishalmi
You might have different Gradle daemons launched by the your Gradle builds. You can live with that or make sure that you are using the same Gradle version with the same JDK every time. On 7/30/20 5:24 AM, Giuseppe Barbieri wrote: Hi, as titled, working with Netbeans 12 on a Gradle project

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
Hi, basically Gradle java compilation is incredible slow (just a simple variable value change trigger a recompile on the whole project, incremental build seems broken) So till Netbeans 8 we had a Gradle project (to handle all the dependencies) and a plain project (to develop and debug)