简体   繁体   English

Eclipse安装程序找不到jre

[英]Eclipse installer can't find jre

I am trying to install Eclipse Oxygen on my computer. 我正在尝试在我的计算机上安装Eclipse Oxygen。 Every time I run the installer I am sent here: http://download.eclipse.org/oomph/jre/?vm=1_1_7_0_64_0&pn=Eclipse%20Installer&pu=http://wiki.eclipse.org/Eclipse_Installer&pi=http://download.eclipse.org/oomph/jre/128x128.png 每次我运行安装程序时,我都会发送到这里: http//download.eclipse.org/oomph/jre/?vm = 1_1_7_0_64_0&pn = Eclipse%20Installer&pu = http://wiki.eclipse.org/Eclipse_Installer&pi=http:// download.eclipse.org/oomph/jre/128x128.png

I have installed JDK 1.8.0 in this location: C:\\Program Files (x86)\\Java\\jdk1.8.0_144 我在这个位置安装了JDK 1.8.0:C:\\ Program Files(x86)\\ Java \\ jdk1.8.0_144

What should I do? 我该怎么办?

You are using the 64 bit Eclipse Installer which requires a 64 bit JRE, but you only have a 32 bit JRE ( C:\\Program Files ( x86 )\\Java\\jdk1.8.0_144 means Java 8 Update 144 32 bit JDK): 您正在使用需要64位JRE的64位Eclipse安装程序 ,但您只有32位JREC:\\Program Files ( x86 )\\Java\\jdk1.8.0_144表示Java 8 Update 144 32位JDK):

在我的情况下,它一旦我更新PATH环境变量包括C:\\ Program Files \\ Java \\ jdk-11.0.2 \\ bin(注意我使用的是更新的Java版本)

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

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