Questions tagged [netbeans-15]

17 questions
2
votes
0 answers

Netbeans 15 - how to recognise external stylesheet css in code hints?

I am new to Netbeans version 15. I've been using Dreamweaver for 20+ years. I use external stylesheets like this Dreamweaver is very nice and shows code hints from these…
Kilvroch
  • 96
  • 4
2
votes
1 answer

NetBeans feature how to turn off

I have installed NetBeans 15. There is a feature that they have turned on by default that I find very distracting. How do I turn it off? It is the highlighted code in the image below: This is a non editable extra text and for me just gets in the…
Tar Patel
  • 141
  • 3
1
vote
0 answers

Java upgrading from 1.8 to JDk 17.0.8 version for NetBeans 15 Ant project -factory already defined at java.base/java.net.URL

Introduction I've come across an unexpected error caused by calling Java Version Found..17.0.8 java.lang.Error: factory already defined at java.base/java.net.URL.setURLStreamHandlerFactory(URL.java:1228) in an Netbeans Ant application that is…
1
vote
1 answer

Netbeans 15 does not find some apps located in "/bin"

Netbeans 15 can't open firefox or node.js on Linux Mint 21 (Ubuntu 22). It all boils down that it cannot see some apps located in /bin If I go to Tools->General->Webrowser->Edit->Browse... I cannot see firefox or node at the path /bin with the…
user3776738
  • 214
  • 2
  • 10
  • 27
1
vote
1 answer

netbeans 15 and payara 6.2022

I'm running Netbeans 15 on JDK 17. I'd like to try Jakarta EE 10 so I've decide to upgrade my App server to Payara 6.2022.1Alpha4. The app server works and I can deploy my app to it after having updated a lot of libraries. But I can't deploy from…
Kim Gabrielsen
  • 435
  • 2
  • 6
  • 21
1
vote
1 answer

NetBeans 15 Hindi Character Display Issue

I upgraded NetBeans from Version 11 to 15. Version 15 is not displaying Hindi characters. But Version 15 displays other language characters: Under options, I have the same Fonts & Colors settings defined as Version 11. Does anyone know how to fix…
behofmann
  • 49
  • 8
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
0
votes
0 answers

When i create new project in Apache NetBeans IDE 15 with simple (Java with Ant) than it shows me an error

I install JDK-13 with NetBeans-15 but after installation during creating a project I faced a problem that it shows the following message Project Folder already exists and is not empty. When I am facing that particular issue then I don't switch the…
David
  • 1
  • 1
0
votes
1 answer

NetBeans debugger ignores breakpoints

I have a problem with the debugger in a Maven project in NetBeans 15. The debugger starts, but it totally ignores my breakpoints. As I think, the problem is in the "Action" section: run
Alexey
  • 1
  • 2
0
votes
1 answer

Netbeans 15 run-remote on Raspberry Pi not working

I have a NetBeans project which builds and runs remotely on my Raspberry Pi4 if I use Netbeans 12.5. However, if I load the same project in Netbeans 15, it builds OK but does not deploy to Raspberry or run. Just a simple build. Help! Runs with…
0
votes
1 answer

How to fix Derby issue for Apache Netbeans IDE 15

Unable to start server for Derby in IDE 15. Tried to use Derby version 14, didn't work. Tried to change the location of the folder, didn't work. When I press start server, it just hangs there, does no further processing.
0
votes
0 answers

Apache NetBeans Update Center URL

I'm using NetBeans since release 4.0 and so I'm re-using my configuration from upgrade to upgrade. Unfortunately that means, that newer default settings aren't updated, for example the URL of the plugin portal. As the old one on netbeans.org is…
Hennes
  • 1,340
  • 1
  • 10
  • 26
0
votes
0 answers

Navigator in Apache NetBeans IDE 15 does not show functions

I am using Ubuntu 22.10.1 operating system. I have installed Apache NetBeans IDE 15 - the latest version. I need Apache NetBeans to compile projects that I develop in C++. What is the actual problem? My Navigator window does not show the variables…
0
votes
0 answers

Is there any way to remove the field I highlight here in netbeans 15?

Does anyone know how to remove the datatype highlight in the image below. I tried google but I didn't find a solution.
Tora
  • 11
  • 3
0
votes
1 answer

How to configure post buffer size in GIT from Netbeans IDE globally which uses Bitbucket?

I got this 500 server error when push to Git and pull from Git, I found out that one of the solutions is to increase post buffer size and I want to know how it be done without using command line? Relevant code: git config --global http.postBuffer…
1
2