Questions tagged [netbeans-13]

NetBeans 13 (not "13.0") is a major release of the Apache Netbeans IDE which supports Java 11 and 17, and notably does not support Java 8 by default. It was released on March 4, 2022. Use this tag only for questions specifically relating to NetBeans 13. When specifying the "netbeans-13" tag, be sure to additionally specify the generic "netbeans" tag to attract a wider audience for your question.

26 questions
0
votes
0 answers

Payara stopped loading admin console and deploying from netbeans

Sorry I can't share the whole java code, due to the company policy. I'm using payara 4.1.2.183, Netbeans 13 and Java 1.8.0_341 I have setup a local dev environment for the project in my job and it worked fine for the whole friday. Monday brought…
0
votes
0 answers

Netbeans Project not Showing

If I open or create a new project for java in Netbeans 8 it shows nothing only a blank tab, the code is missing. Then I try to use a different version, the Netbeans 13 with JDK 18 it still has the same problem. I don't know what goes wrong the…
Sky
  • 1
  • 1
0
votes
1 answer

How to change the default GUI designer font appearing in the Properties panel in Netbeans 13?

I am building Swing GUIs in NetBeans 13, and the default font shown is Segoe UI 12 Plain: I can select the ellipses and change the font of course, but having to do this for every component in the user interface is tiresome. Where is this font…
0
votes
1 answer

How to move a JFrame file inside a folder to another folder in netbeans 13?

I want to use my "Final_Frame.java" in my "SampleFrameProject.java", sort of like interconnecting it by creating a "Final_Frame" object and then typing the "this.show()". However, an error message appears, saying that "package…
0
votes
1 answer

Netbeans IDE 13 won't create a new project on Mac

I am running java 8 on my Mac, but when I try to create a new project it gives me this error saying it cannot enable Maven. I never had this problem on windows.
0
votes
0 answers

how to use GraalVM in netbeans with javafx

I'm trying to export my project as an executable file using iscc but it throws the error, -jfx-copylibs: Java 15 has removed Nashorn, you must provide an engine for running JavaScript yourself. GraalVM JavaScript currently is the preferred…
Anime Zone
  • 165
  • 1
  • 8
0
votes
1 answer

Netbeans profiler not working with JDK 17

When I try to run the profiler on my web app, netbeans tells me I need to run a calibration first. So I go to Tools > Options > Java > Profiler > General > Manage Calibration Data and do the calibration. Starting profiling afterwards I see following…
codyLine
  • 509
  • 2
  • 8
  • 26
0
votes
0 answers

jsf managed beans netbeans 13 not found in file wizard

enter image description hereJava student here. I'm creating my first JSF project. I'm using NetBeans13 and following along with the textbook and oracle. I can't move forward since I can't find the location of JSF managed beans. I've emailed my…
-1
votes
0 answers

Error (Exception in thread "JavaFX Application Thread" java.lang.IllegalArgumentException: argument type mismatch) (javaFx 17, java 11)

I coded a button in my project to trigger a method that generates multiple anchor panes on a parent anchor pane and displays database information on the label nodes in each of the generated anchor panes. This button works sometimes and other times…
-2
votes
1 answer

Netbeans 13 Showing build failed on javafx

I have installed Netbeans 13 and set all the required setting and have installed all the required extensions and packages for javaFX , and also included the javaFX library today morning. In the morning it runned well, and i did nothing, now i tried…
1
2