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
1
vote
0 answers
How to fix with netbeans 11, openjdk 12.0.2 and Derby, java.lang.IllegalArgumentException: Object: is not a known entity type
Since I started using openJKD 12.0.2 and Netbeans 11.1 i get this exception after creating the entities with netbeans.
If I choose in the project properties source/binary format jdk8 works fine! with source/binary format jdk9 and above i get the…

Ευάγγελος Κριεζής
- 11
- 2
1
vote
2 answers
Error message when trying to run javafx application in netbeans using maven
I am getting an error message when attempting to run a simple javafx application. Using netbeans 11.0, openjdk 12, openjfx12.
Can't extract module name from javafx-12.0.1.pom: Only outputDirectories and jars are accepted on the path
I had similar…

Kev
- 43
- 1
- 4
1
vote
1 answer
Apache Netbeans version 11.1 building error with OpenJDK 11
I have a project created with JDK 8 and NB 8.2, and I want to migrate this project to NB 11.1 with OpenJDK 11.
The environment is: NB 11.1 (fresh installation) on Windows 10 using OpenJDK 11.0.2.
I copied all the sources and libraries (.jars) into a…

afterbit
- 383
- 7
- 20
1
vote
1 answer
Netbeans 11 don't show native php functions
I have a problem with netbeans 11 PHP project. Autocomplete native PHP functions ( for example substr) in project not work, but my classes or functions is OK. PHP plugin is activated.
Thanks for help.
L.

Lukas
- 53
- 5
1
vote
2 answers
How to generate getters and setters in NetBeans 11.0
I am trying to generate getters and setters or constructor or even methods that come from implemented interface, but I do not get anything. I have tried Alt + Enter, but nothing happens. Tried Alt + i, but when I did that I get only three options…

Ivanp
- 425
- 7
- 18
1
vote
0 answers
How NetBeans dependency copy work and does it work for two times nested apps?
If my application(main app) use external jars(libs) that use external jars(libs), I need to copy dependency, so I would like to know how it works behind the scene?
Second, is it possible to have application that uses ServiceLoader to import…

John
- 49
- 1
- 9
1
vote
1 answer
Can only load some gradle projects in NetBeans
Very similar to:
Can't load gradle project in NetBeans
but I think not exactly the same, if only because of the age of that question.
I saw gradle messages after firing up Netbeans 11, which is good. Looking to open gradle projects using the IDE. …

Thufir
- 8,216
- 28
- 125
- 273
1
vote
1 answer
Failed to run maven javafx application and some error in pom file
I am trying to run a JavaFX application under Maven. When I run the program it shows some error.
Error: Failed to execute goal
org.codehaus.mojo:exec-maven-plugin:1.2.1:java (default-cli) on
project Calculator: The parameters 'mainClass' for…

Gaurav Yadav
- 13
- 6
1
vote
0 answers
Netbeans 11 - Maven and JavaFX - javafx.application does not exist
This is a new project, created clicking New project -> Java with Maven -> JavaFX Application
As the project is crated, all lines of code related to javafx gerate an error "package javafx.application does not exist".
During the creation of the…

bog
- 1,323
- 5
- 22
- 34
1
vote
1 answer
Add Commiters/Authors to NetBeans 11.0 Bitbucket Commits
I am developing some software in college and me and my partner are spliting the work and he sends me the code in raw and I commit it, but I want to commit his code in my NetBeans 11.0 on his name but i can only commit on mine and i want to be able…

Rafael Moreira
- 79
- 7
1
vote
1 answer
Can Jeddict be installed on Netbeans 11?
I cannot install the jeddict plugin on Netbeans 11.
I installed Netbeans 11 on my Windows 10 laptop. I try to install the jeddict plugin and a window with broken dependencies comes up. It seems that the jeddict plugin is expected to be installed…

nbellsp
- 11
- 3
0
votes
1 answer
Connecting to XDEBUG on remote Docker Image
I am trying to debug using NetBeans 11 as my client, Xdebug 3 on the Docker image. The Docker container is on a remote host. I am unable to make a connection. Indicator at the bottom of the NetBeans screen scrolls forever with "waiting for…

Kevin Finkenbinder
- 313
- 3
- 15
0
votes
1 answer
How to get output from an ANT NetBeans Platform Application to be shown in Debugger Console
Our application is a NetBeans Platform Application built with ANT. Since we updated our application to NetBeans 11, the output (log messages, exceptions etc) are not shown in the Output window anymore and can only be found in var/log.
Creating a new…

Robert F
- 451
- 3
- 13
0
votes
0 answers
Netbeans 11 gradle project output bat in distributions folder "The input line is too long"
I have a Java gradle project that I made with Netbeans 11.
I am using Windows 10 Pro.
In the build\distributions folder I have a bat file and if I try running it I get a "The input line is too long" error.
There is no jar file in the folder. There…

Para
- 2,022
- 5
- 34
- 73
0
votes
2 answers
Setting Look and Feel for Netbeans Platform (RCP) Application
Netbeans recently added the FlatLaf look and feel which I would love to add to our Netbeans Platform (RCP) application.
I saw a lot of threads describing how to add a look and feel to a simple java application, but the few that were concerned with…

Daki
- 97
- 9