JDK was not found on the computer for NetBeans 6.5

前端 未结 20 1969
执笔经年
执笔经年 2020-11-30 03:55

I got the following message when I open the NetBeans. I have got the JDK installed, and set the bin directory in the environment. What I could do next to avoid this problem?

20条回答
  •  眼角桃花
    2020-11-30 04:37

    I got this Error today while installing latest Java 10.0.1 ( downloaded JDK in official oracle website) and also downloaded NetBeans version 8.2.

    My JDK installation went as smooth as Cake.

    But the problem is in Netbeans installation. When I tried to install Netbeans, the error message showed was: "JDK was not installed on your system. Try using Javahome installer argument". But nothing helped me.

    Solution:

    • Download JRE alone from their website.
    • Move your NetBeans installer to local drives other than c.
    • Install JRE by clicking the exe file.
    • Set JAVA_HOME, PATH in environment variables.
    • Install NetBeans now.

提交回复
热议问题