Questions tagged [netbeans-11]

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.

110 questions
2
votes
1 answer

Some of the JavaFX docs are missing (NetBeans 11)

Recently I've started to work with Maven JavaFX11 (openJFX11) and I noticed that there are many issues with javadoc in NetBeans. After some research I found that there is a bug with NetBeans that doesn't download the source+docs dependecies the…
PattysFall
  • 33
  • 7
2
votes
0 answers

Create .exe from JAR including JRE with openJDK11

I am trying to make a .exe without result, I am using OpenJDK 11 and netbeans11, first I tried to do it using Package as >> All Artifacts but I am getting just this error I tried to fix it with no result finally nbproject\build-native.xml:519:…
ninah
  • 21
  • 1
2
votes
1 answer

Plugin org.codehaus.mojo:exec-maven-plugin:1.5.0 or one of its dependencies could not be resolved

I am trying to run my first project "Calculator" on netbeans-11 july version and it gives this error - Plugin org.codehaus.mojo:exec-maven-plugin:1.5.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for…
Akash Gupta
  • 23
  • 1
  • 5
2
votes
1 answer

Adding a manual dependency within Apache Netbeans 11 doesn't appear

In the past with Netbeans 8 I would add a manual dependency by right clicking on the Dependencies>Add Dependency... When I do this in Apache Netbeans 11 the dependency doesn't appear which means I cannot right click on it and Manually install…
Stefza
  • 247
  • 3
  • 18
2
votes
2 answers

Lombok Getter/Setter are not being accessed in Netbeans 11

Recently I have started using Netbeans(NB) 11. Previously I used NB 8.2. I opened my NB 8.2 projects in NB 11 where I have used Lombok. I noticed that NB 11 is giving red marks where i have used Getter/Setter of Lombok. But in the compile time it is…
Black Swan
  • 813
  • 13
  • 35
1
vote
1 answer

Jetty - upgrading 9.3.0.M1 to 9.3.0.M2 breaks JSP functionality using Maven

Related: Jasper exception PWC6188 - Jetty cannot resolve javax.servlet.jstl.fmt TLD to JSTL classes inside project Related: Jetty 9 migrate from JDK1.8 to JDK11 - http://java.sun.com/jsp/jstl/fmt cannot be resolved in JDK11 - fat exec jar I want to…
Stefan
  • 316
  • 2
  • 16
1
vote
1 answer

How to add server instance of wildfly to netbeans 11.3

I want to add Wildfly server under "Services > Servers". When I right click on "Servers" and press "Add Server" a window opens. On window "Add Server Instance" I don't see Wildfly. I am using Apache Netbeans IDE 11.3 Why doesn't Netbeans offer me…
Pero122
  • 892
  • 11
  • 25
1
vote
2 answers

Netbeans cannot find JavaFX Application classes

I'm trying to run some code snippets from my Java class in netbeans, and netbeans consistently cannot seem to recognise the application classes(no matter the code snippet) and throws up an empty Browse JavaFX Application Classes window whenever I…
1
vote
1 answer

Apache Netbeans Output Window showing more than result

Is it possible to customize the output window on Apache Netbeans to make it show the result only? Like e.g. run-single: Hello World I mean what are these informations and why?
sharpnado
  • 79
  • 1
  • 1
  • 15
1
vote
1 answer

Netbeans source code font not being well rendered

I'm having an issue using Netbeans under Linux, I'm using Arch Linux with KDE and JRE 8 and, as you can see from the screenshot, the GUI fonts are ok, but the source code font rendering is very ugly. I'm using java options for AA, but it only solved…
Leandro Jacques
  • 413
  • 5
  • 19
1
vote
0 answers

When I want to insert data without image this error occurred java.lang.NullPointerException

I am working on a library Management System (LMS) project. I am using Apache NetBeans 11.3 and JDK 8 and I have a problem in inserting data into MySQL, when I want to insert students table data into MySQL without image this NullPointerException…
Zalmai
  • 11
  • 2
1
vote
0 answers

NetBeans 11.3 does not build properly the project?

I've installed on my pc NetBeans 11.3 and imported my old project from NetBeans 8.0.2. Initally it worked fine, but recently it starts to generate some error like Http 500 or Http 404 (this is very strage because there's nothing wrong with the…
Filipp
  • 105
  • 8
1
vote
1 answer

Netbeans 11, X-DEBUG, CakePHP4 can't stop the php script on a breakpoint in a plugin controller

I am using NetBeans 11. I developpe a PHP application and plugin based on CakePHP 4.0 frameworks. To debug my application I use X-DEBUG through NetBeans. The issue is that X-DEBUG ignores a breakpoint set in controller that belongs to my…
Patrick
  • 11
  • 2
1
vote
2 answers

Netbeans 11.3 "Cannot perform Show Javadoc here"

Showing Javadoc for standard libraries (java.base, ...) is working fine in my setup. But including Javadoc for additional libraries fails all the time. I am looking for a hint, what can be done to fix this problem or to get more output for the root…
Manfred Steiner
  • 1,215
  • 2
  • 13
  • 27
1
vote
1 answer

Why does my NetBeans 11.2 IDE freeze upon startup and how do I fix it?

This question has been asked before, most of them (if not all) however are 4 years or older and do not concern the 11.2 build specifically. My issue is pretty much as the title says. 8/10 times I open up my NetBeans IDE, it freezes shortly after…
malthe.w
  • 77
  • 10