Linked Questions
19 questions linked to/from How can I set the JDK NetBeans runs on?
1 vote
0 answers
400 views
How can I change the JDK version into JDK 10 in NetBeans? [duplicate]
I want to change my JDK version to JDK 10, I installed it and all, but I couldn't change it from NetBeans I tried to change the path from netbeans.conf, but it seems like the path is invalid, can ...
52 votes
1 answer
141k views
In NetBeans how do I change the Default JDK? [duplicate]
Possible Duplicate: Changing Java platform on which Netbeans runs Here is an image of my default JDK (which is 1.6) and the JDK I want to set as default (which is 1.7) http://tinypic.com/view.php?...
8 votes
3 answers
38k views
How can I set the default Java platform in NetBeans 8.2?
I want to set the default Java Platform which is used to build my projects in NetBeans 8.2 (netbeans_jdkhome). Prior versions allowed me to do that. See this answer. The only problem is that I want to ...
4 votes
5 answers
18k views
Java 11 Required After Netbeans Update
Ubuntu 18.04.6 LTS Netbeans updated (to version 19) over the weekend, and it is now completely broken. Whenever I try to start Netbeans, a pop-up shows up: Pop-up Title: Java 11 or newer required Pop-...
10 votes
2 answers
9k views
How do you enable C++17 in Netbeans?
In Tools > Options > C/C++ > Other, there is no option for C++17 as the default standard. How do you compile code that requires C++17?
10 votes
1 answer
28k views
Error when executing tests in java maven jacoco: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test
Error when executing tests in java maven jacoco: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test Good Morning. I am carrying out a Maven project and I use NetBeans ...
6 votes
2 answers
8k views
Error installing C/C++ plugin in Netbeans 12.4 with JDK 16 in Windows 10
I'd like to install C/C++ plugin in Netbeans 12.4 with JDK 16 in Windows 10. I have an error during the install C/C++ plugin. Windows: 10 Netbeans: 12.4 JDK: 16.0.1 I attached photos:
2 votes
2 answers
7k views
Why is the Maven javafx plugin failing to run the test project
I am trying to follow this tutorial to set a Maven JavaFX project in IntelliJ https://openjfx.io/openjfx-docs/#maven (IntelliJ non-modular with Maven) but it fails whatever I do. I have been trying a ...
0 votes
3 answers
2k views
Cannot get C++ plugin working in Netbeans 19 on Windows 10 - need unpack200
I have installed Apache Netbeans 19 on my Windows 10 Enterprise laptop. I have also installed JDK 11 on the laptop. When I go to Tools -> Plugins -> Available Plugins -> C++, I can open a ...
1 vote
1 answer
1k views
netbeans won't start after changing netbeans.conf
I am working with netbeans on windows8. I have decided to change my jdk. So I Uninstalled jdk 7 and installed jdk 8 properly. Then according to this link: How to set the JDK Netbeans runs on? I ...
2 votes
1 answer
2k views
NetBeans can't find JDK 10 I installed
I am reading the JavaEE first cup, and I needs JDK8+, my version is older, so I upgraded my java, Configure the System Path, Install so on, I successfully run java -version in command prompt and it ...
2 votes
1 answer
991 views
Single installer for Windows 32-bit and 64-bit of JavaFX application
I am developing a JavaFX application in a 64 bit windows machine. But after creating an MSI installer of my application it's only running on 64 bit machines and showing version file is not compatible ...
1 vote
2 answers
1k views
Apache NetBeans 12.0 or 12.3 Window Tabs Label Text Language Issue
I am facing this weird language issue on Start Screen and as well as on other windows tab. I have tried editing netbeans.conf files but no luck. Please help me to resolve this issue. UPDATE: I have ...
0 votes
1 answer
1k views
WCF Java client to communicate with a server with wsHttpBinding signed with certificate
I need to create a WCF Client in Java that should communicate with a WCF server which is using message security with a wsHttpBinding and certificates. For the moment I only need to sign the message (...
0 votes
0 answers
626 views
Tomcat fails to start in Netbeans: JRE_HOME not defined, although it is and working
I have installed Tomcat in zip form, both JAVA_HOME and JRE_HOME environmental variables are set and when I start Tomcat from cmd it is working perfectly. But, if I want to start it from Netbeans it ...