Re: 'Run single' not working outside of IDE 18

2023-12-27 Thread Laszlo Kishalmi
NetBeans has it's own Gradle Init Script which can inject tasks into the Gradle build. That script is not presented in the executed command line. If you intend to use a runSingle task outside of NetBeans, it's better to define that task in the build.gradle file. When it is present NetBeans wil

How do you configure a C/C++ in Netbeans

2023-12-27 Thread lostbits
Win11-x64 Netbeans 20 I have looked at the Apache document describing configuring Netbeans for C/C++, https://netbeans.apache.org/tutorial/main/kb/docs/cnd/development-environment/#front::community/releases/80/cpp-setup-instructions.adoc. If I am not mistaken, there is not a a single mentioned

'Run single' not working outside of IDE 18

2023-12-27 Thread Ulrich Mayring
Hi folks, when I "Run single" in one of my projects, then the IDE starts my program like this (per the Output Window): JAVA_HOME="/my/path/to/java_sdk_17" cd /home/myuser/myproject/mysubproject; ../gradlew -PrunClassName=package.MyMainClass -s -x check -x test runSingle However, when I use