Questions tagged [netbeans-12]

NetBeans 12 is a major release of the Apache Netbeans IDE which adds support for Java 16, Jakarta EE9 and built in support for Payara. It was released in May, 2021. Use this tag only for questions specifically relating to any version of NetBeans 12, such as 12.1, 12.4, etc. When specifying the "netbeans-12" tag, be sure to additionally specify the generic "netbeans" tag to attract a wider audience for your question.

89 questions
1
vote
2 answers

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 uninstalled version 12.0 and tried to install…
Amit Soni
  • 1,437
  • 1
  • 9
  • 18
1
vote
0 answers

Gradle falsely determines Jar task UP-TO-DATE

I recently got a peculiar problem when developing a hobby project in Java together with three friends. We are all using Adopt OpenJDK 15, Netbeans 12.1, and Gradle 6.8. The project is a Gradle multi-project build consisting of several projects, of…
chrillof
  • 325
  • 2
  • 15
1
vote
0 answers

Netbeans 12 and JBoss

Is it possible to add a JBoss 5.x server on Netbeans 12? When I add a new WildFly server going on Servers -> Add Server Instance and I choose the folder where I have the JBoss 5.1.0.GA installed, it keeps saying "Provide a valid WildFly Location"…
valby
  • 11
  • 1
1
vote
1 answer

How to run a single Java file with preview features enabled in Netbeans 12?

I have created a Java Maven project with Java version 14 in Netbeans. I have already instructed the compiler to enable preview features, and that works. Now I have a bunch of classes containing main methods, and I want to execute one of them using…
MC Emperor
  • 22,334
  • 15
  • 80
  • 130
1
vote
0 answers

Netbeans 12.1 not applying code assistance properly on C headers

I recently updated Netbeans from 12.0 to 12.1 on my Ubuntu 18.04 platform and I have noticed that code assistance has stopped working on C header files (*.h). Among other issues: Selecting a hyphenated name like MY_C_MACRO by double clicking on it…
Claudi
  • 5,224
  • 17
  • 30
1
vote
2 answers

Open Gradle Project in Netbeans 12

When i open a gradle project in Netbeans 12 i have this message: "Project Problems: Priming Build Required" "Description: In order to be able to read this project, NetBeans needs to execute its Gradle scripts as priming build.Executing Gradle…
Blocked
  • 340
  • 2
  • 5
  • 20
1
vote
1 answer

Apache Netbeans 12.0 Java Help Integration

Java Help Integration does not work in NetBeans platform Application. I am migrating from NetBeans 8.0 to Apache NetBeans 12.0. It does not successfully build. An annotation processor threw an uncaught exception. Consult the following stack trace…
malik badar
  • 89
  • 2
  • 9
1
vote
1 answer

Inconsistent behavior with creating persistence units using Apache NetBeans 12, Jakarta/Java EE, with EclipseLink and Payara?

My associates and I are experiencing inconsistent behavior when creating a simple test application using the airhacks java EE 8 project from Archetype. We create a simple POJO and label it with the Entity annotation, such as @Entity public class…
Ginzorf
  • 769
  • 11
  • 19
1
vote
1 answer

NullPointerException when trying to uninstall NetBeans 12.0

I'm trying to uninstall NetBeans 12.0, but the wizard throws the following exception at startup: Exception: java.lang.NullPointerException: null The log says this: [2020-08-11 14:03:20.249]: initializing product registry properties [2020-08-11…
Tanikai
  • 86
  • 6
1
vote
2 answers

Spring Boot project (Maven) with AXL - NetBeans cannot find generated AXL packages/classes

A Spring Boot project (Maven) using AXL (Schema 12.5), I use NetBeans 12 as development environment. I can build the project, it builds successful, the target-forder containts the generated AXL classes, etc., but NetBeans still shows errors in the…
neblaz
  • 683
  • 10
  • 32
0
votes
0 answers

NetBeans12 Ant Application: JDK 11: JAX-WS; Provider com.sun.xml.internal.ws.spi.ProviderImpl not found

I am upgrading javax to Jakarta jar's to provide support for the latest Java versions. But when I tried to work with SOAP web services in JDK 11 I get a "...ProviderImpl not found." WebServiceException. My Ant project's /lib contains all the jars…
0
votes
0 answers

TopComponent causing project not to build in Netbeans 12.6, reoccurring error : Return code is: 501 , ReasonPhrase:HTTPS Required

I have a project (written in Java using the Netbeans Platform 12.6), which is composed by several Tabs (all of them are created subclassing the TopComponent class). The project is neither cleaning nor building and I keep getting this…
0
votes
1 answer

Vaadin and Apache Netbeans 12

I'm new in Vaadin and I'm trying to run the demo project from the QuickStart tutorial. I'm using Netbeans 12.0 and when trying to run the project I get a window with a Select Main Class for Execution, and there is no class to select. I've seen that…
Rafa
  • 1
  • 1
0
votes
0 answers

I cant get my project working on Tomcat in netbeans

I tring to deploy a application on my localhost, and even though i can find any significative error message, and also seems like is evrithing is alright with the Deployment when try in my Localhost, the page does not appear i seted up the maven and…
0
votes
0 answers

How to make NetBeans search across .yml files

I use Apache NetBeans 13 for Drupal PHP development. Sometimes I need to find some text in a directory. The search works ok, but it always ignore .yml files. So it can search in a file without excluding yml. If I change extension of an .yml file the…
Sergey Kravchenko
  • 957
  • 1
  • 8
  • 21