Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse Installer won't run(Says Java is missing)
Eclipse Installer won't run [message #1801962] Wed, 30 January 2019 02:01 Go to next message
James Hayes is currently offline James HayesFriend
Messages: 3
Registered: January 2019
Junior Member
Win 7, using Eclipse Installer to try to install Eclipse. Getting the message, "Unfortunately the Java version needed to run Eclipse Installer couldn't be found on your system. ..."

At the command prompt, ran java -version and says Java 1.8.0_45 is installed.

index.php/fa/34765/0/

Please help. Thank you.
Re: Eclipse Installer won't run [message #1801967 is a reply to message #1801962] Wed, 30 January 2019 05:51 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Is that a 32-bit version of 1.8.0_45? If it's installed under "Program Files (x86)", it is, and you'll need to install a 64-bit version.

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Eclipse Installer won't run [message #1801973 is a reply to message #1801967] Wed, 30 January 2019 07:16 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Looking at this information:

https://stackoverflow.com/questions/2062020/how-can-i-tell-if-im-running-in-64-bit-jvm-or-32-bit-jvm-from-within-a-program

It has this description:
Just type java -version in your console.

If a 64 bit version is running, you'll get a message like:

java version "1.6.0_18"
Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
Java HotSpot(TM) 64-Bit Server VM (build 16.0-b13, mixed mode)

A 32 bit version will show something similar to:

java version "1.6.0_41"
Java(TM) SE Runtime Environment (build 1.6.0_41-b02)
Java HotSpot(TM) Client VM (build 20.14-b01, mixed mode, sharing)

Note Client instead of 64-Bit Server in the third line. The Client/Server part is irrelevant, it's the absence of the 64-Bit that matters.


So this suggests to me that you have a 32 bit Java installed and you are using the 64 bit installer which needs a 64 bit version of Java.

Go here:

https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

And be sure to choose " Windows x64 207.46 MB jdk-8u201-windows-x64.exe"



Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Eclipse Installer won't run [message #1801999 is a reply to message #1801973] Wed, 30 January 2019 14:25 Go to previous message
James Hayes is currently offline James HayesFriend
Messages: 3
Registered: January 2019
Junior Member
Thank you! Yes that is a 32 bit version of Java. SOLVED
Previous Topic:Eclipse will not start after changing java version in eclipse.ini
Next Topic:Is it possible to import a Gradle Project into eclipse via command line?
Goto Forum:
  


Current Time: Thu Apr 25 01:10:39 GMT 2024

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

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

Back to the top