Skip to main content

Questions tagged [netbeans]

NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java and other languages.

0 votes
1 answer
35 views

Netbeans does not show project files

I am using a Mac and have Netbeans 1.4.0 and JDK both installed, doing perfectly fine. When I try to open a downloaded exercise from MOOC, netbeans just shows empty folders. However, in Finder, there ...
Goose Honk's user avatar
0 votes
0 answers
11 views

Inconsistent Java Builds Using NetBeans and Ant

I have a Java Ant project in Netbeans that automatically generated the build script. During development, I used NB to compile and build the code. This consistently generates a jar file that is 140 KB ...
Gracie Crabtree's user avatar
-2 votes
0 answers
34 views

No mysql dialect appears in Database Dialect

enter image description hereWhat should I do so that a mysql dialect will appear here on the Database Dialect part? Im using netbeans. When I use derby database, it has its database dialect but when ...
SlimFordy's user avatar
0 votes
1 answer
122 views

How do I solve Nashorn removal and JS replacement in Netbeans 22?

Despite having followed every procedure exactly as specified to install an alternative to Nashorn in Netbeans 22, I still get the following error when trying to build a FXML project: Java 15 has ...
Rusty's user avatar
  • 115
1 vote
0 answers
33 views

"java.net.URL.toExternalForm()" because "location" is null

I have a problem, namely the image resource cannot be found /* * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license * Click nbfs://nbhost/...
triahmad maulana's user avatar
-2 votes
0 answers
25 views

Ho to connect to MySQL database in net beans using Java [duplicate]

Below is a block of code I wrote to connect: public class JavaDBConnect { private static final String DB_URL = "jdbc:mysql://localhost:3306/employeeinfo"; private static final String DB_USER ...
Link's user avatar
  • 1
-2 votes
0 answers
37 views

Install Hibernate 6.x in NetBeans 22

I want to work with Hibernate, preferably version 6.x, using NetBeans 22. Is there any plugin available to integrate Hibernate with NetBeans v22? In previous versions of NetBeans, a Hibernate plugin (...
Alberto 's user avatar
0 votes
0 answers
35 views

What to do with JIntellitype dll files in netbeans?

I added the jintellitype-1.3.9.jar to my dependencies and when I run this code nothing happens. No errors either except it does absolutely nothing. JIntellitype.getInstance().registerHotKey(1, ...
user28775's user avatar
  • 169
1 vote
0 answers
67 views

Javafx button not enable

I have a simple javafx program interface that contains a table for entering student data. There are 3 buttons for adding, updating, and deleting, but I made the buttons disable. There is an activate ...
Dani Alber's user avatar
0 votes
0 answers
21 views

How can I adjust Maven dependencies? [duplicate]

I have created an API to be used in an application. I would like to reference this API and use it. My guess is that: I create a jar file for the API. I put the jar file in some known location (where?)...
lostbits's user avatar
  • 1,024
0 votes
0 answers
28 views

Adding icon to Button in NetBeans not working

Tried to add a icon png to a button in NetBeans. btnTagDelete.setIcon(new javax.swing.ImageIcon(getClass().getResource("/com/team2/notizapp/resources/löschen.png"))); // NOI18N ...
Erazor7's user avatar
0 votes
0 answers
38 views

NetBeans: Syntax-Highlighting JavaScript embedded in XML

I'm using Apache NetBeans 22 (Windows, all settings default). I'd like to syntax highlight JavaScript code that is embedded in XML. The file extension is .xml. The JS-Code is embedded inside <js>...
martin.lindenlauf's user avatar
-1 votes
0 answers
36 views

In NetBeans 22 unit tests does not see the source classes in the same package

In unit tests, the source classes are not accessible in the modular, Ant-based project if the module-info.java is defined. Unfortunately, I haven't found a solution for this. In NetBeans 15 it worked. ...
JHead's user avatar
  • 384
2 votes
1 answer
54 views

Issue with Opening NetBeans TopComponent at Startup

I'm working on a NetBeans Platform application and I want to open a TopComponent automatically when the application starts. Despite following the typical steps, my TopComponent does not open at ...
Ece Çanga's user avatar
0 votes
2 answers
107 views

When using Gradle 8, you must set the JAVA17_HOME environment variable to the location of a Java 17 JDK

I’ve been unable to build codenameone Android Gradle Projects since upgrading on NetBeans 12.6 to codenameone-maven-plugin:7.0.150. Receiving the following error message: Generating android gradle ...
Mike Clonts's user avatar

15 30 50 per page
1
2 3 4 5
1612