Reputation: 3
I have installed the jdk9 but iam not able to install the netbeans on my laptop. Once i open the setup of netbeans then it says that "jdk not found and install it". Please give me your suggestions.
My notebook configurations are: Windows 10 8GB RAM HP pavilion series
Iam trying to install both new and old version of the netbeans and the error message i get every time is: "Java SE Development Kit (JDK) was not found on this computer" and then it gives the link for downloading jdk And i have checked in command prompt and it shows the proper and correct message of jdk9 successfull installation.
Upvotes: 0
Views: 366
Reputation: 990
I have read something about NetBeans latest version here: https://netbeans.org/community/releases/82/index.html
and
https://netbeans.org/features/index.html
I saw something:
- NetBeans IDE 8.2 provides out-of-the-box code analyzers and editors for working with the latest Java 8 technologies--Java SE 8, Java SE Embedded 8, and Java ME Embedded 8
- And NetBeans IDE is the official IDE for Java 8
Maybe you shouldn't try the latest version of Java, you should try to install Java 8 with Netbeans here http://www.oracle.com/technetwork/java/javase/downloads/jdk-netbeans-jsp-142931.html
So, finally, if my opinion isn't right, maybe you should check java Home path in window env variables by command prompt: java -version
Upvotes: 2
Reputation: 3059
To use Neatbeans with jdk9 use nightly build, the full definition here: netbeans wiki
Upvotes: 1