简体   繁体   English

JDK安装问题

[英]JDK installing problems

I install the windowBuilder for working GUI in eclipse neon and after finishing the installation I restart my eclipse, IT show this error what should I do?? 我在eclipse neon中安装了可工作的GUI的windowBuilder,完成安装后重新启动了eclipse,它显示此错误我该怎么办? 在此处输入图片说明

再看一遍,您的JDK路径不正确,您正在使用jaavaw.exe,那是不对的。

Apparently you have no JVM in the specified path. 显然,您在指定路径中没有JVM。 Ensure it actually exists and you have rights to access it. 确保它确实存在,并且您有权访问它。 Ensure also that JVM is the same architecture as your Eclipse (either 32 or 64 bits). 还要确保JVM与Eclipse的体系结构相同(32位或64位)。

Make sure that you have the correct path of javaw.exe in eclipse.ini. 确保eclipse.ini中的javaw.exe路径正确。 Look for the following. 寻找以下内容。

-vm
C:/Program Files/Java/jdk1.7.0_80/bin/javaw.exe

eclipse.ini file is located on the same folder where your eclipse.exe is located. eclipse.ini文件位于eclipse.exe所在的文件夹中。

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

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