Reputation: 101
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
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.
what is java version on my laptop?
:
https://www.java.com/en/download/help/version_manual.xmlJDK download
:
32 or 64 bit windows
:
Set PATH variable
: https://www.java.com/en/download/help/path.xmlSet JAVA_HOME variable
: https://docs.oracle.com/cd/E19182-01/820-7851/inst_cli_jdk_javahome_t/Upvotes: 0
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