Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Java for Windows Missing(Trying to install neon and I get the above error)
Java for Windows Missing [message #1743051] Sat, 10 September 2016 02:02 Go to next message
Andy Farnham is currently offline Andy FarnhamFriend
Messages: 1
Registered: September 2016
Junior Member
Hi there,

This is probably a very silly question but I've been searching here and elsewhere and I can't find a solution.

I am trying to install Neon. I previously had mars. I've just reinstalled Windows 10. I installed the latest JRE and JDK. When I try to install neon it says
Quote:
Unfortunately the Java version needed to run Eclipse Installer couldn't be found on your system. You need the following version or a higher version:

Java 1.7.0 (64 Bit)



My java is in C:\Program Files (x86)\Java

Does anyone know what the default directory eclipse looks for the JDK and the JRE in?
Re: Java for Windows Missing [message #1743062 is a reply to message #1743051] Sat, 10 September 2016 06:02 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

It looks like you installed a 32-bit Java 8, instead of a 64-bit Java 8. Your 64-bit Java 7 install can not run Neon, unfortunately, because Java 8 is required. A 32-bit Java runtime can not run a 64-bit copy of Eclipse, either. You need a 64-bit installation of Java 8 (I'd recommend the latest 64-bit JDK 1.8 ).

_
Nitin Dahyabhai
Eclipse Web Tools Platform

[Updated on: Sat, 10 September 2016 06:02]

Report message to a moderator

Re: Java for Windows Missing [message #1743687 is a reply to message #1743051] Mon, 19 September 2016 02:07 Go to previous messageGo to next message
KUOLAI SHU is currently offline KUOLAI SHUFriend
Messages: 1
Registered: September 2016
Junior Member
I had the same error message "...correct java missing" and it was resolved by

CORRECTLY choosing the right java url to download:

Windows x86 188.32 MB jdk-8u101-windows-i586.exe (32-bit ** N0 **)
Windows x64 193.68 MB jdk-8u101-windows-x64.exe (64-bit *** Yes ***)

Good luck.
Re: Java for Windows Missing [message #1802646 is a reply to message #1743051] Wed, 13 February 2019 09:16 Go to previous messageGo to next message
Zorin Sergey is currently offline Zorin SergeyFriend
Messages: 1
Registered: February 2019
Junior Member
This problem have been resolved by adding or chabging variables in environment variables.
Go to Win7 -> My Computer - > Properties - > Advanced system settings -> environment Variables

1. If there is no variable JAVA_HOME, add it with value of variable to folder where your JDK installed, for examle C:\Program Files\Java\jdk-11.0.2
2. If there is no variable PATH or it have another value, change the value of variable to C:\Program Files\Java\jdk-11.0.2\bin or add variable PATH with this value

Good Luck
Re: Java for Windows Missing [message #1805784 is a reply to message #1802646] Tue, 23 April 2019 23:50 Go to previous message
Igor Braz is currently offline Igor BrazFriend
Messages: 1
Registered: April 2019
Junior Member
Zorin Sergey wrote on Wed, 13 February 2019 09:16
This problem have been resolved by adding or chabging variables in environment variables.
Go to Win7 -> My Computer - > Properties - > Advanced system settings -> environment Variables

1. If there is no variable JAVA_HOME, add it with value of variable to folder where your JDK installed, for examle C:\Program Files\Java\jdk-11.0.2
2. If there is no variable PATH or it have another value, change the value of variable to C:\Program Files\Java\jdk-11.0.2\bin or add variable PATH with this value

Good Luck


It works fine =)
Previous Topic:Moving folders like .eclipse from the user profile
Next Topic:Eclipse Oxygen Installer
Goto Forum:
  


Current Time: Thu Apr 25 13:29:01 GMT 2024

Powered by FUDForum. Page generated in 0.08548 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top