0

I have installed Netbeans 8.0.2 and it doesn't find the JDK installation path.

I suppose I have done all the steps correctly. Netbeans insists that I haven't installed the JDK.

How can I solve this issue?

[enter image description here

halfer
  • 18,701
  • 13
  • 79
  • 158
  • 1
    JavaScript is unrelated to Java. What JDK did you install? Note that netbeans 8 is **old**. Also, the message about needing Java 7 or greater was written well before they decided to break things in Java 9. So **believe** the message. And install a ***compatible*** JDK ASAP. Which is probably Java 7. Which is not readily available or supported any more. – Elliott Frisch Apr 24 '20 at 18:07
  • Please read [Under what circumstances may I add “urgent” or other similar phrases to my question, in order to obtain faster answers?](//meta.stackoverflow.com/q/326569) - the summary is that this is not an ideal way to address volunteers, and is probably counterproductive to obtaining answers. Please refrain from adding this to your questions. – halfer Apr 24 '20 at 21:17
  • What's your operation system? – acm Apr 24 '20 at 22:30
  • Related: https://stackoverflow.com/questions/47967336/installing-netbeans-8-0-2-with-jdk-9-0-1 – Mark Rotteveel May 07 '20 at 11:20

1 Answers1

0

This error exists because, you haven't configured the Environment Variable on your PC, that's why NetBeans is not detecting it. I recommend you to check this link.

Or you may Uninstall/Delete the existing NetBeans and JDK installer and download and install from here. It has package already linked with JDK, so you don't have to configure it later.

halfer
  • 18,701
  • 13
  • 79
  • 158
Ridam Jain
  • 19
  • 6