JDK was not found on the computer for NetBeans 6.5

前端 未结 20 1893
执笔经年
执笔经年 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:49

    When this type of problem occurs simply delete previous path setting and add new path in Environment variable.

    new path name JAVA_HOME path "Your computer path" without \bin

    and also edit path variable with \bin path.

    netbeans will working fine whatever the version is.either jdk 9 or upper version.

    0 讨论(0)
  • 2020-11-30 04:50
    1. Go to net beans folder where you have installed it.
    2. Right click uninstall icon and select properties
    3. select the compatibility tab and click the check box "Run this program in compatibility mode"
    4. Apply changes
    5. From command prompt, run the following command : >uninstall.exe -javahome C:\YOUR_JRE_LOCATION
    0 讨论(0)
提交回复
热议问题