简体   繁体   English

在 WIndows 10 中安装 Netbeans

[英]Install Netbeans in WIndows 10

I am using windows 10 and I downloaded JDK 7u80 and downloaded NetBeans 8.2.我正在使用 windows 10,我下载了 JDK 7u80 并下载了 NetBeans 8.2。 I install JDK separately.我单独安装JDK。

when I am going to install NetBeans it shows a message that JDK is not install in the computer.当我要安装 NetBeans 时,它会显示一条消息,即 JDK 未安装在计算机中。

How can I solve this problem?我怎么解决这个问题?

I found the Solution for this.我找到了解决方案。

Here need to set the environmental path variable and home variable.这里需要设置环境路径变量和home变量。

In the control panel -> system -> advances system settings -> environmental variables ->path -> add a new path of JDK bin folder in C ->program files -> java -> JDK -> bin在控制面板->系统->高级系统设置->环境变量->路径->在C中添加JDK bin文件夹的新路径->程序文件->java->JDK->bin

To set the Home variable in the environment variable add a new environmental variable as JAVA_HOME and add the path of C ->program files -> java -> JDK要在环境变量中设置 Home 变量,添加一个新的环境变量为 JAVA_HOME 并添加路径 C -> 程序文件 -> java -> JDK

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM