简体   繁体   中英

JRE Missing when installing eclipse

So I'm trying to install Eclipse IDE for Java on my main pc. I had no problem installing it on my laptop but when trying to install it on my PC I get JRE Missing webpage.

I've installed the JDK and JRE and they are both working. I could use some advice.

Unless explicitly told in eclipse.ini Eclipse uses the system wide java command.

Easiest for you right now is to install a system wide JRE (same 32/64 bit flavor as eclipse).

i also had the problem with eclipse and the JRE.

Try to delete the 2 Java versions and deinstall eclipse. then install the JDK first and seccond the JRE. after the 2 installations install the new eclipse version(in the installer you chan choose between some installations take the first).

i hope I can help you.

I had the same issue. It was happening when installing different match of JDK version (11 in my case), with JRE (8 in my case).

So, in order to have this installation of Eclipse working make sure that you have both JDK and JRE referring to the same version. Installation will not work if they have different versions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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