Discussions
Categories
- 196.9K All Categories
- 2.2K Data
- 239 Big Data Appliance
- 1.9K Data Science
- 450.3K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 545 SQLcl
- 4K SQL Developer Data Modeler
- 187K SQL & PL/SQL
- 21.3K SQL Developer
- 295.9K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.6K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 155 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 18 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 440 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
Java 9 and NetBeans

I decided to play around with both Java 8 and 9. Java 9 is not supported by NB 8.2, but may be supported in the imminent NB 8.2.1 release expected in December 2017.
https://netbeans.org/community/news/show/1645.html
Currently there are nightly builds of NetBeans taking place.
Are there different builds taking place? In other words two different development teams.
To download a nightly build from https://jaxenter.com/netbeans/using-apache-netbeans-incubating-jdk-9 provides two alternative download URL's:
The Apache Jenkins project https://builds.apache.org/job/incubator-netbeans-linux
The other is a Git-Hub build https://github.com/apache/incubator-netbeans
Are there any differences between the builds?
Which one would be a more suitable build?
Best Answer
-
I'll have to check those out. I've been looking for a version of NetBeans which plays will with Java 9's JShell. I've been getting my builds from here: http://bits.netbeans.org/download/trunk/nightly/latest/
Answers
-
I have the 8.2 installed for the mooc and although didn't have the chance to use it much, like the speed of start up. I am not sure whether it is to do with the minimal installation.
After seeing your thread, I also decided to give it a go by downloading the nightly build #201 from apache.
It so happened, the first line of code I wrote was enough for the editor to complain with a bug in intellisense.
Runtime.v followed by ctl+space caused the issue.
The error message pointed to lib/src.zip file. Renaming the src.zip to something else allowed to get around that problem.
Probably best to wait for a stable build to come out unless you want to get involved in contributing to netbeans qa.
-
I'll have to check those out. I've been looking for a version of NetBeans which plays will with Java 9's JShell. I've been getting my builds from here: http://bits.netbeans.org/download/trunk/nightly/latest/
-
thanks for the link. I'll try later.
-
I had decided to use the Apache Jenkins build. The reason for this is that one does not have to install it. You simply unzip and locate the executable in the bin folder and you are on your way. Pity all applications are not created this way.
While I am open to other suggestions, I tried NickR2600's suggestion and find it is a more complete build with all the options for C/C++, PHP etc and it picks up Java 9 as the java platform automatically.