A version of the Apache Netbeans IDE which includes support for Java 12 and Gradle. It was released in March, 2019. Use this tag only for questions that specifically relate to version 11.x of NetBeans. Also, when specifying the "netbeans-11" tag, additionally specify the generic "netbeans" tag to attract a wider audience.
Questions tagged [netbeans-11]
110 questions
3
votes
1 answer
Cannot run Apache Netbeans 11 using JDK 11
No matter what I do, I can't get Netbeans 11 to work with JDK 11. Can you help me out?
Please note that this issue does NOT occur with JDK 8.
Downloaded and installed JDK 11 to C:\Program Files\Java\jdk-11.0.4
Downloaded and unzipped Netbeans 11 to…

Hunter S
- 1,293
- 1
- 15
- 26
3
votes
1 answer
How to disable the HTML class warning "class not found" in Netbeans 11.0
I would like to disable the warnings Netbeans is throwing when it's not finding classes because it's flooding my IDE.
For example, for this bit of code:
I have…

LucileDT
- 546
- 1
- 6
- 22
3
votes
1 answer
Generate .JAR file using NetBeans 11.0
I'm trying to generate the (.JAR) file using NetBeans 11.0, I have followed some answers like How to create a Jar file in Netbeans but I don't find the Packaging under Build, Also I tried to Clean & Build Project but I can't find /dist folder.
Can…

Mouaad Abdelghafour AITALI
- 4,007
- 7
- 27
- 54
3
votes
1 answer
how to enable gradle for Netbeans?
I enabled groovy through options > miscellaneous but don't see a plugin for gradle. How do I enable gradle for Netbeans 11?
see also:
does netbeans 11 support grails?

Thufir
- 8,216
- 28
- 125
- 273
3
votes
1 answer
Netbeans 11 how to add a library to a project when "Libraries" node is missing?
I am trying to run a simple java fx example with Maven on Netbeans 11 with openjdk 11. I followed the OpenJfx tutorial up to the creation of JavaFx as a global library.
But then when I want to add this global library to my project, the "libraries"…

HelloWorld
- 2,275
- 18
- 29
3
votes
2 answers
Netbeans 11 does not copy libs into dist folder
I want to have a lib folder with all dependent libraries in the dist folder when I create my Netbeans-Project (with Ant and java 11).
I have all my libs within the project at Libraries (you can see them at Project->Properties->Libraries under…

STeVe
- 35
- 6
3
votes
1 answer
does netbeans 11 support grails?
Netbeans 8 used to support grails 3 well, but unfortunately did not work with multi-module projects. I tried intellij ultimate, but its grails support is just as poor.
I just downloaded the bin distribution of netbeans 11, and "enabled" it in…

John Little
- 10,707
- 19
- 86
- 158
3
votes
0 answers
NetBeans 10 External Execution Base API issue
I have Apache NetBeans IDE 10. When I try to install the nbscala plugins for Scala, I get an issue:
Some plugins require plugin External Execution Base API to be installed
How do I fix the issue?
The solutions for NetBeans 8.2 don't work.
Product…

Boris
- 22,667
- 16
- 50
- 71
2
votes
0 answers
How can I run an individual file instead of a whole project in NetBeans?
I want to run an individual file instead of the whole project (first file probably) by clicking "Run Project" button (F6) in NetBeans 11.3.
I think this feature existed in previous versions.
Can anyone help me?

MJDevelops
- 39
- 3
2
votes
0 answers
Stop auto-scrolling on a split or cloned window in NetBeans
Using NetBeans version 11.3, when splitting or doing a clone of an opened document tab I can scroll to different position in each view while editing the same document, I can also type and change the document in these different positions, the problem…

eyal_123
- 86
- 6
2
votes
2 answers
How to remove the highlighting bar when typing code in Netbeans 11?
In Apache Netbeans 11.1, I use Nimbus and Netbeans light theme. This light theme has a problem that I find really annoying.
As shown in pictures below, when I type pub (for public) and stop half way, the row turns black, which makes the code not…

B.Green
- 67
- 7
2
votes
1 answer
Is apache netbeans 11.3 compatible jdk 13 does jdk 13 include derby database?
I had installed Apache NetBeans 11.2 whereas my JDK was 13. I was facing lots of issues such as in my java ant web project if I run a simple java code to print hello it would show virtual machine not found error whereas the same program would run…

Silver Sky
- 431
- 2
- 12
2
votes
1 answer
How can i install findbugs in netbeans 11.3
-I can not find findbugs in availiable plugins to install
if i try source-->inspect and choose to install findbugs from there netbeans says that findbugs can not be downloaded
is there a way to activate it?

virxen
- 408
- 4
- 12
2
votes
1 answer
Error on installing Netbeans 12.0 using the official installer
Problem description:
I am trying to install Netbeans 12.0 on Debian "Buster", using the official Netbeans installer. Though the following exception occures:
No protocol specified
Exception: java.lang.NoClassDefFoundError thrown from the…

PajuranCodes
- 303
- 3
- 12
- 43
2
votes
1 answer
Netbeans 11 Gradle Project does not run gradle on save
I have just installed Netbeans 11.1 and when I save one of my Java files, Netbeans does not start a gradle build automatically. This used to work in Netbeans 8.2.
I have installed nb-javac and have also tried the newest Beta version to no avail.
Is…

ulim
- 83
- 10