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.
Questions tagged [netbeans-13]
26 questions
5
votes
2 answers
"Unable to create javax script engine for javascript" error when trying to create EXE file
I've came across this problem while trying to generate .exe file by using Netbeans 13.
(Package as -> exe installer)
Full error:
C:\Users\*\Documents\NetBeansProjects\*\nbproject\build-native.xml:428: The following error occurred while executing…

helloworld
- 166
- 1
- 2
- 9
4
votes
2 answers
Why do I get IllegalStateException: Missing hosting module org.netbeans.libs.javacimpl when upgrade to Netbeans 13?
After I upgraded Netbeans from 12.6 to 13, Netbeans doesn't start. When I start it from the command line, I got the following message:
java.lang.IllegalStateException: Missing hosting module org.netbeans.libs.javacimpl for fragment…

OndroMih
- 7,280
- 1
- 26
- 44
2
votes
3 answers
Netbeans 12.6 and 13.0 SQL profiler no longer works for Java 8
I get this error stack when trying to SQL profile a Java 8 project which I don't get on 12.5 and below:
Profiler Agent: Established connection with the tool
Profiler Agent: Local accelerated session
Exception in thread "*** Profiler Agent…

trilogy
- 1,738
- 15
- 31
1
vote
0 answers
Netbeans Background scanning projects loops
I have a problem with Netbeans 15, 14 and 13. The "Background scanning of the projects" process loops between "src/main/java" and "src/test/java". I tried all the solutions in stackoverflow, in particular:
Adding the following pattern to "Ignored…

Discipulos
- 423
- 8
- 23
1
vote
0 answers
Cannot complete code (sugget code) jsp in apache netbeans 13
I cannot automatically complete (suggest code) code JSP in Apache Netbeans 13, although I can use it in netbeans 8.2. How can I fix it?

HaNgocHieu
- 55
- 4
1
vote
2 answers
java.lang.ClassNotFoundException in netbeans 13 with mysql
I've been receiving this runtime error in netbeans. I even added the required jar file in Tools> Libraries but still recieving same error. I am lost. Please help me out.
Code:
Class.forName("com.mysql.jdbc.Driver");
Connection con =…

Akki
- 11
- 2
1
vote
1 answer
Reading table from a text file to a 2darray
i have a java code where i read a txt file, then iterate it so that i can fill it in a 2d array.
after i read the file i was able to print out its contents so i was sure that the file was read. and i was also sure that the bufferedreader library's…

Daniel
- 63
- 7
1
vote
0 answers
Unable to map database to POJO using hibernate in netbeans 13 (Ubuntu 22.04)
I am using Netbeans-13 with Ubuntu-22.04 and trying to map a database with some POJOs in my spring project using hibernate plugin available in netbeans. But in the mapping wizard, I am unable to select hibernate configuration file/ hibernate reverse…

abhijit
- 9
- 5
1
vote
1 answer
Can't acces to run settings in project :Simple Javafx maven archetype(gluon) in netbeans 13
I'm trying to change vm options in netbeans 13 and I can't change anything at Run setup.
At the bottom of the run settings throws a warning : One of Run/Debug/Profile Project actions has been modified and the Run panel cannot be safely…

Giovanni Contreras
- 2,345
- 1
- 13
- 22
1
vote
1 answer
NetBeans 13 Java Editor Doubleclick implementation change
I just upgraded my NetBeans from 12 to 13.
When i doubleclick a classname or variable name, she only selects part of it:
Refactor (Ctrl + R) still works.
But if you think all my custom class file names have _ in it; not copying classnames (Ctrl +…

Tugalsan Karabacak
- 315
- 1
- 11
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
0
votes
0 answers
Imported jar files (Swing Data Binding JXDatePicker Support ,jcalendar) not working. --> imported palletes look broken [Gradle Build] Netbeans IDE
Please help me with this issue. I need a date picker for my project so I'd tried to import Jcalendar but after import the jar file.It's seems to be broken in pallete manager.
Please look into the screenshots below,
pls look into the screenshot those…
0
votes
0 answers
Empty Netbeans13 pallet on Windows 11 (x64 bit)
Good day everyone.
I'm having some trouble with Netbeans-13 running on a windows 11 (x64 bit system). If I open a project (new or old) it does not show any of the palette options.
I use Netbeans-13 on a similar system at home but I'm away an a trip…

Ivan
- 1
- 2
0
votes
0 answers
Apache NetBeans C Debugger Error - Not in executable format
I have written, compiled and ran my C program with Apache NetBeans 13 just fine, but when I try to run the debugger I get the following error:
"C:\\Users\\username\\ ... \\ProblemaBombeiros\\dist\\Debug\\MinGW_1-Windows\\problemabombeiros.exe\":…

Matheus Farias
- 716
- 1
- 10
0
votes
0 answers
Disordered GUI formatting
I'm creating a GUI in NetBeans 13 using Java Swing and Maven as my Built Tool, and I'm about to finish up when I noticed that my GUI formatting got disorganized.
I'm gonna send a picture of what my JFrame form should look like and the disordered one…

Ralph Daniel Honra
- 43
- 6