24,036 questions
0
votes
1
answer
36
views
Built NetBeans 27 for M3 Mac but can't get it to run properly
I want NetBeans 27 on my M3 Mac. I tried installing the Arm64 package from friendsofapachenetbeans.org. The installer ran, said it would copy 1.5 GB of files, and 3 seconds later it said it was ...
0
votes
0
answers
47
views
Why won't my Netbeans 12.4 open on my Macbook M1 Air?
As the title states, my Netbeans refuses to open; it has the opening loading prompt but it closes as soon as the text says "Done loading modules".
I currently have the newest versions of ...
1
vote
0
answers
24
views
NetBeans code templates - template for assigning variable name based on right side
I would like to write a code template that automatically assigns a default name to a variable based on the right side of the assignment. Example: Take the following template:
${TYPE rightSideType ...
0
votes
1
answer
46
views
No option to create message-driven beans in a Maven project when we select Enterprise JavaBeans in NetBeans
While trying to create a new message-driven bean template using EJB or Web module created in Maven, my project does not show the option of message-driven beans when I select Enterprise Beans in the ...
0
votes
0
answers
32
views
How to place my module's action under the standard menu Windows/IDE Tools in Netbeans
I am developing a Netbeans Module and I have created the following action:
@ActionID(
category = "Window",
id = "ste.netbeans.nblogmanager.logviewer....
0
votes
0
answers
49
views
Java Facelets Template Client not implementing the Facelets Template Top Component
Hi I am new to Java Web or Java EE and I am trying to implement Facelets Template & Client into my Web Application. I have read many discussion threads about JSP, JSF and Facelets but unable to ...
0
votes
0
answers
48
views
Netbeans download the whole maven repository not the needed dependencies for a spring boot project
Please help, I want to start using netbeans for developing spring boot projects, but I struggle with how to download and use only the needed maven dependencies via netbeans, not downloading the whole ...
0
votes
0
answers
46
views
How to enable NetBeans settings to build SWT-based applications [duplicate]
I am trying to compile this simple code:
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.Display;
import org.eclipse.swt.widgets.Shell;
import org.eclipse.swt.widgets.Label;
import org....
0
votes
0
answers
47
views
XDebug & Netbeans - Works on some projects but not on others
Wondering if anyone can explain this. I have Netbeans 23, using XDebug 3. I find that it works on some of my projects but not on others. What I mean by that is when you hit "Run" (F5) on ...
1
vote
1
answer
101
views
JNDI Lookup Failing with Default Settings
I'm trying to implement a basic database web application in Netbeans using Java Server Faces and a Java Database. But whenever I try to deploy the application, I get the following error message:
...
0
votes
0
answers
49
views
How do I configure NetBeans to redeploy a Maven web application when a dependency changes?
This is my project structure:
Parent
|
---Webapp
---Lib
Webapp and Lib are different Maven/Netbeans projects which share the same parent. Compile on Save is turned on for both projects and Deploy on ...
0
votes
3
answers
187
views
How to allow date input in yyyy-MM-dd format without external libraries?
I'm building a Java Swing application where users need to enter a date in the format yyyy-MM-dd.
I want to use only standard Swing and Java components, without external libraries like JCalendar or ...
0
votes
1
answer
32
views
How to set bootstrap classpath in NetBeans 24 on Windows 10
I have set JAVA_HOME to C:\Program Files\Java\jdk-17
Path: includes %JAVA_HOME%\bin and I've reinstalled NetBeans 24 and ensured that the setup points to the jdk-17 file, and the Tools\Java Platforms ...
0
votes
0
answers
47
views
Enable annotation processing in netbeans
it is my first time using netbeans, I'm used to use intellij, but because of my project particularities I need to use netbeans in this case.
My problem is the typical "package lombok does not ...
-5
votes
1
answer
265
views
A Java Exception has occurred [closed]
I tried to run my jar by double clicking on it but I got "A Java exception occurred", I also tried to run it via command prompt (cmd) and it worked, the program ran fine. I already have the ...