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
1
vote
1 answer

Netbeans 11 - Change Color of current line in xdebug

I try to change the color of the current line in the debugger, since the contrast is very bad, you can barely read it. I searched all options under Fonts & Colors but I could not find it. It even persists after applying a new theme.
Black
  • 18,150
  • 39
  • 158
  • 271
1
vote
2 answers

Apache Tomcat 10.0.0-M1 using JSP Absolute uri http://java.sun.com/jsp/jstl/core cannot be resolved

I have tried everything in the multiple threads on this site (non of them were for Tomcat 10 and non of the solved problem. I am using Apache NetBeans 11.1 with Apache Tomcat 10.0.0-M1. Below is my configuration -- if I remove the taglib line from…
Ed wolfe
  • 31
  • 1
  • 3
1
vote
0 answers

Netbeans compileRetrolambdaMain: Failed

I have been getting the same exact fail message when trying to run my netbeans project. I have reinstalled netbeans 4 times now and still get the same exact error. I don't know what the problem is. Message: What went wrong: Execution failed for…
1
vote
1 answer

Netbeans 11.2 libraries

I've installed netbeans 11.2. Now I want to start a new project, and I need to add some libraries. In previous versions. In project properties there was a folder with libraries. Now I don't see where I can add them. Any help?
1
vote
1 answer

jNetPcap permissions on Linux based Netbeans Java project

Netbeans 11.2 running on Linux Mint 19.2 Cinnamon, Kernel 4.15.0-72-generic I’ve moved a custom network packet sniffing project I developed some years ago over from Windows 7 to Linux. This uses jNetPcap to do the actual packet capture. JnetPcap is…
JohnF
  • 29
  • 3
1
vote
1 answer

Apache NetBeans 11.1 not working correctly

I'm using NetBeans 11.1 on Windows 10. It has been working properly for the past year as it should but for some reason now I cannot copy/paste text, the 'undo' action isn't working, it cannot automatically highlight any variables that are the same…
user11147949
1
vote
2 answers

Netbeans 11.1 looks blurred and enlarged with JDK13

My Netbeans 11.1 looks ugly when starting with jdk-13. Below you can see the the difference between jdk-13 (left) and jdk-8 (right): I've already tried to change the keys -J-Dsun.java2d.dpiaware, -J-Djdk.gtk.version, and tried it with open- and…
1
vote
2 answers

How do I Properly Create Resources Directory Using Netbeans 11

I'm trying to utilize a resource directory in a maven project on Netbeans 11. I can't properly access the files in the resources directory when I build my code using Netbeans—however, it works fine when I build and run the code using mvn via the…
Rvby1
  • 81
  • 2
  • 9
1
vote
1 answer

Edit GUI JDialog doesn't open when button on main GUI is pressed, even if steps followed properly

I'm a beginner at Java code and have recently come to an issue regarding my Edit GUI JDialog. I'm doing an assignment which collects the information on DVD's and adds it to the main GUI's JList. Whilst everything thus far appears to be working, the…
1
vote
1 answer

Apache NetBeans 11.1 JavaScript Highlighting Not Working

I"m currently using Apache NetBeans 11.1 in Windows 10: Product Version: Apache NetBeans IDE 11.1 Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2 Java: 1.8.0_221; Java HotSpot(TM) 64-Bit Server VM 25.221-b11 Runtime: Java(TM) SE…
Carlos Delgado
  • 2,930
  • 4
  • 23
  • 49
1
vote
1 answer

Ruby Gems fetching fails in Apache Netbeans 11 with Ruby2.6 while it works with Ruby2.4

I have been using Netbeans on Windows since a few years now, even before it became Apache Netbeans. I am still happily using Ruby2.4 + MSYS2 along with the Ruby plugin (Netbeans 8.2 Plugin Portal can be used in Netbeans 11.0 IDE smoothly) in Apache…
Tejas
  • 21
  • 5
1
vote
0 answers

In NetBeans 11, how do I add a Bean from a Maven dependency to the Pallet?

Short version of the question: In NetBeans 11.0, how do I add a Bean from a Maven dependency to the Pallet? I'm building a Java program using the Maven setup in NetBeans that will need to display SVG content. I've settled on Apache Batik for that…
PhotoKevin
  • 97
  • 2
  • 9
1
vote
1 answer

How do you add a local .jar dependency in NetBeans 11 with Maven?

I have followed some instructions saying to first right click on a dependency, and fill in the dependency dialogue with any names/version number. This adds the dependency to pom.xml. So far so good. But then the instructions said that "Dependencies"…
TTT
  • 1,848
  • 2
  • 30
  • 60
1
vote
0 answers

"Command palette" in NetBeans

can I bring command palette feature (which for example works in Visual Studio or in Sublime Text) into NetBeans? If yes, how? I've tried to look into shortcut settings, but there is nothing called "Command palette". I have Apache NetBeans IDE 11.1.…
nanuqcz
  • 1,376
  • 3
  • 16
  • 19
1
vote
2 answers

I can't see logs from deployed apps on Payara 4.1, just |#] on Netbeans console tab

I can't see logs (log4j2) generated by apps deployed in the Netbeans console, I changed a few logs to System.out.print or java.util.logging.Logger so I can see them `|#] |#] |#] |#]` I tried to restore some files on domain/domain1/config, like…
FiruzzZ
  • 661
  • 1
  • 6
  • 21