Eclipse Installer "Java for Windows Missing"

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

enter image description here

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

+7
java eclipse
source share
4 answers

I had the same problem. Decision. Download and install the Windows-x64 version of J ava D evelopment K instead of the Windows-x86 version.

+5
source share

Just download Oracle JDK 1.8 - this is one of the links that you received below the message. Do not worry about this post.

+1
source share

I decided to install Java 32 bits! (I have 64 bits).

0
source share

The best you can do is try 32 bit

0
source share

All Articles