Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse installer "Java for Windows Missing"

Tags:

java

eclipse

I'm trying to install Eclipse for use with java, but when I try to run the installer, a browser window opens and I get this:

enter image description here

I do have both the JDK and JRE installed, and the path is set correctly. The version is 1.8.0, and the update number is 65. I need to start coding for a school project, so any help would be appreciated!

like image 547
Jack Luna Avatar asked Jan 16 '16 02:01

Jack Luna


People also ask

Why Eclipse is not getting installed?

If you've "installed" Eclipse but are having trouble getting it to run, the most likely cause is that you have not correctly specified the JVM for it to run under. You may need to edit the eclipse. ini file. Another common mistake on Microsoft Windows is a mismatch between the "bittedness" of Eclipse and the JVM/JDK.


2 Answers

I had the same problem. Solution: Download & install the Windows-x64-version of the Java Development Kit instead of the Windows-x86-version.

like image 122
G. Werner Avatar answered Oct 01 '22 12:10

G. Werner


I solved installing Java 32 bits! (I have 64bits).

like image 33
christian russo Avatar answered Oct 01 '22 11:10

christian russo