Caleb Whittington
Caleb Whittington

Reputation: 101

Eclipse Installer cannot find Java

I have been trying to install Eclipse but every time I click the installer it opens this webpage:

Webpage screenshot1

I have the latest version of Java installed on my laptop. Can anyone help? I use Windows 10.

Upvotes: 0

Views: 2412

Answers (2)

JRG
JRG

Reputation: 4187

Accept the License Agreement for downloading and instal JDK 1.8 (Windows x64 for 64 bit & Windows x86 for 32 bit) and you should be fine.

Make sure you update your Path and add JAVA_HOME variable with path to JDK and its bin so that eclipse and all other software can find installed java.

  1. what is java version on my laptop? : https://www.java.com/en/download/help/version_manual.xml
  2. JDK download :
  3. 32 or 64 bit windows :
  4. Set PATH variable : https://www.java.com/en/download/help/path.xml
  5. Set JAVA_HOME variable : https://docs.oracle.com/cd/E19182-01/820-7851/inst_cli_jdk_javahome_t/

Upvotes: 0

Latif Guliyev
Latif Guliyev

Reputation: 36

Just download the one of the jdk which shows in the link, JDK1.8 is preferable, I think after installing jdk it will not give same error, and it doesn't matter which version of Java you have installed, just install jdk 1.8

Upvotes: 1

Related Questions