I installed NetBeans 8.2 (but the same is for any version of NetBeans C/C++) in a linux OS (Linux Mint Ulyssa, which based to what i know is ubuntu core. I can run successfully with the expected result a project (simple “hello world”) but can’t in the build folder of the project i can’…
Tag: netbeans
Couldn’t install netbeans 11.3 with Java 14 due to Error: “Unsupported JVM version”
I’m trying to install netbeans with Java 14. I’m getting below error – Below are my java details – My OS Details are – How can I fix this problem? Answer Although Apache NetBeans 11.3 fully supports the use of JDK 14, unfortunately its installer does not. From the Apache NetBeans…
Netbeans Cpp compiles and runs project, but not test with cppunit
I have a C++ project using libraries such as wiringPi and MySQL Connector. My regular project compiles normally when I run it. When I try to Test one of my tests, it fails building the project. Here’s the output: The tests used to work before the implementation of the DatabaseAdapter & SerialDriver …
PHP Xdebug Netbeans Breakpoints
After working fine, with no config changes for months xdebug/netbeans is now useless. I can create breakpoints but whenever it has ‘stepped in’ to a further scope its impossible to step thru and simply jumps out of the inner scope to the caller. There are no exceptions generated. Using tail -f xde…
Raspberry PI remote debug GTK error
I’m using NetBeans IDE 8.0.2 on my Win7 machine to develop Raspberry Pi opencv C++ application. I’m building & debugging the application remotely on the Raspberry Pi from my Win7 machine. At run time the application fails with “Gtk-WARNING **: cannot open display:” error when reach…
Netbeans 7.2 shows “Unable to resolve identifier” , although build is successful
I’m using the Netbeans IDE 7.2 with C/C++ plugin (last version 1.18.1.1) and if I build my project everything is fine but the IDE show me errors (e.g. unable to resolve identifier …) Anyone else have this bug and how can I solve it? Answer Here’s an excerpt from my answer to another question…
NetBeans GUI builder: “loading…” message
Sample project from the NetBeans tutorials set contains only one Swing form (empty JFrame), compiles and runs fine, but I can’t change layout of the form and add elements in it with the NetBeans GUI buider since it shows only empty placeholder with single “loading…” message. Any clues …