23,963 questions
-1
votes
1
answer
46
views
Spring Initializr error & not able to see project name in netbeans ide [closed]
When I open this project in the Netbeans IDE I was getting the issue like
this, no name of the project when I view,
From https://start.spring.io/, I created the further project, Spring Initializr ...
Advice
0
votes
6
replies
112
views
Can't get the right Charset on a Java app
I am building a simple java app that uses a few rest webservices (that get parameters from the url) to insert into a database data that is relevant to the progress of some students in a course. This ...
Advice
0
votes
3
replies
68
views
PhpStorm - display number of lines in collapsed block
When I collapse a block of code in Apache NetBeans, the IDE displays the number of lines in the collapsed block.
NetBeans example here:
Is there any way to achieve the same in PhpStorm?
By default it ...
1
vote
1
answer
80
views
Filling Missing Nodes with two-way grouping preferably in XSLT 1.0?
I've had this longstanding problem converting sparse row data tables entries into coherent grid arrangement which I've lived with because I generally was converting DOM into DDL for later SQL access, ...
0
votes
1
answer
76
views
Problem with starting Netbeans by clicking on the icon on the favorites toolbar (Ubuntu 22.04)
It started with a message from NetBeans after clicking the netbeans-icon in the ubuntu-favorites toolbar saying it could not run with a Java JDK older than 17.
So I changed the $JAVA_HOME in .bashrc, ...
0
votes
0
answers
98
views
How to turn off synchronous editing of raw string in Netbeans?
I'm using Netbeans 12 for C++ development with C++ plugin 1.5. I'm setting a string variable value to an svg, using a raw string literal.
std::string variable = R"(<svg .... )";
It ...
0
votes
0
answers
66
views
NetBeans fails to compile Java class with ñ in filename or class name
I'm working on a Java project in NetBeans 27, and I'm encountering a compilation issue with a class named AñoPeriodo.java.
Interestingly, this same project compiles without issues in NetBeans 8.0, but ...
0
votes
2
answers
125
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
78
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
30
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
65
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
42
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
61
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
79
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
93
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 ...