Netbeans 9.0, is a version of the Netbeans IDE which adds support for Java 9 and 10 and was released on July 29, 2018 by the Apache Incubator project. Version 9.0 is the first release under Apache.
Questions tagged [netbeans-9]
46 questions
1
vote
1 answer
How do I change highlighting on a dark L & F
Netbeans 9.0
Win10-64 & Win7-64
I've set my background to black - I forget the motif name and I can't find out how change it again. Java highlighting of same objects (methods, object names, etc.) is all but unreadable. I've tried to find a place to…

lostbits
- 928
- 1
- 9
- 23
1
vote
3 answers
Problem with netbeans 9.0 on Manjaro Linux
I've been using Netbeans 8.2 on Manjaro Linux for a while with no problem at all. Today I made an update of my system and I found that it installed the new Netbeans 9.0 but since that I can't use my old 8.2 version. I tried to uninstall and…

I'm Olep
- 11
- 2
1
vote
2 answers
How to create desktop shortcut in xubuntu 18.04?
I have xubuntu 18.04 installed. I have just downloaded netbeans-9.0 binary zip from apache site. and extracted in home directory as netbeans-9.0.
I can run this application by ~/netbeans-9.0/bin/netbeans.
But I want to add desktop shortcut in…

user1184294
- 347
- 1
- 5
- 11
1
vote
0 answers
Netbeans 9 0 Java FX 10
Try creating a JavaFX application.
Don't add or modify any code.
Run the Project. It does not find the MAIN.
If you run the File, then it works.
However, create JavaFX FXML application. As mentioned earlier, don't make any change to the code.
Run…

Hornigold Arthur
- 77
- 1
- 9
0
votes
1 answer
Netbeans 9 editor, formatting Java: newline suddenly appeared before period
In some of my code has suddenly changed format in that before every period and = sign a number of spaces followed by a newline character have appeared, as in the following snatch of code. This is only in a few of my java classes, and it has…

Dave Ellison
- 1
- 2
0
votes
1 answer
sklearn, numpy, and pandas will not import Netbeans 9.0 OSX
As the title says I am running Netbeans 9.0. I have Python 2.7 installed. I have pip installed and I ran all pip installation commands. I can see all installed files under /Library/Python/2.7/site-packages, however I still get:
ImportError: no…

DaveK
- 544
- 1
- 6
- 16
0
votes
0 answers
Netbeans 9: Is there a way to change the place for new generated methods?
I'm using Netbeans 9.0 for developing Java applications.
If use the "Fix-Code" functionality (Alt + Enter) for creating missing methods, netbeans creates the new method in my case every time at the top of the class file (even before the…

Steffen
- 2,500
- 4
- 31
- 47
0
votes
0 answers
having multiple jar files with Main() function in the same java application project in NetBeans
I am creating a java application in netbeans that will require two executable jar files, one for the main application and the other for the application settings and config as states the application structure but i have a problem building the app in…

Mofor Emmanuel
- 199
- 5
- 13
0
votes
0 answers
netbeans 9: error generating WSDL (NoClassDefFoundError: com/sun/mirror/apt/AnnotationProcessorFactory)
I'm trying to generate a webservices wsdl using netbeans, but it fail searching AnnotationProcessorFactory, that does not exist in java8 (as I've read googling)
I've tried a new web project from scratch, adding a web services using netbeans…

user2946593
- 63
- 2
- 11
0
votes
1 answer
Integration Visual Paradigm 15.1 into Netbeans 9 failed. on Mac OS 10.14.1Help please
Integration Visual Paradigm 15.1 into Netbeans 9,JDK 11.01.1, on Mac OS Mojave 10.14.1:
according to Netbeans integration in Visual Paradigm,IDE Netbeans worked, but VP is not visible in Netbeans. Not visible in tools nor anywhere else in Netbeans.…

vensvhk
- 1
0
votes
0 answers
Netbeans 9 java.lang.NullPointerException issue with JDK 10.0.2
Installation Steps
Download and install JDK 10.0.2
Download and unzip Netbeans 9 (Apache)
Change netbeans.conf with correct JDK path ("C:\ProgramFiles\Java\jdk-10.0.2")
Configure syestem variable and environment variable
Start Netbeans 64x as…

cmonbruh
- 21
- 3
0
votes
1 answer
how to open a grails 3.3 app in netbeans 9?
I cant find a way to open a grails 3.3.8 project in netbeans 9 on the mac.
I have found several posts (see below) but none of them work.
This one says create the project via the command line, e.g. "grails create-app hello", then use The "open…

John Little
- 10,707
- 19
- 86
- 158
0
votes
0 answers
Netbeans 9 dark corrupted colors on toolbar menu
I have corrupted dark colors on the toolbar. I cannot see properly debugging icons.
I have tried to install the white theme to fix this problem. I have opened Tools/Plugins/Available plugins and search "light theme" but I cannot find…

my-lord
- 2,453
- 3
- 12
- 26
0
votes
1 answer
JDK 9 Compatibility
Currently, I have a JavaFX project running on JDK8 b181. The EJB's are also built on JDK8 b181 platform and deployed as an EAR on WebLogic 12.2.1. Everything works perfectly on NetBeans 8.2.
Now that we have decided to move everything to JDK9, I am…

Sirish V
- 930
- 2
- 12
- 24
0
votes
2 answers
Netbeans 9 Requires Root Privileges to Run?
I have the latest version of Netbeans 9 and run it from a script called netbeans. I figured that it was an installer script and ran it the first time using root privileges, but it wasn't an installer script, it was the actual program.
Ever since…

Sarah Szabo
- 10,345
- 9
- 37
- 60