25.05.2020

Eclipse 1.8 Download For Mac

76

Eclipse 3.8.1 Release Build: 3.8.1 September 15, 2012. These downloads are provided under the Eclipse Foundation Software User Agreement. New and Noteworthy for Eclipse 3.8: Eclipse 3.8 Project Acknowledgments: Eclipse 3.8 Readme: The page provides access to the various sections of this build along with details relating to its results. How to Download, Install, and Run JDK and Eclipse. Computer programming using Java is arguably the most important aspect of computing. (Windows, Mac, Linux, etc.) 3. Once the download is complete, double click the file to begin the installation of JDK. Download Eclipse.

Active1 year, 4 months ago

Still trying to get Eclipse IDE to work and running into Incompatible JVM error. I followed the steps here: I installed Java 7 but Eclipse keep saying that 1.6 is not suitable for this product

But unfortunately to no effect. Running OSX 10.9.5 and uninstalled the out-of-the-box version of Mac. The new version of Java seems to show up in the System Preferences. Please see attached screen capture. I've even done some of the basics like restart my computer, etc. Maybe there are other modifications I need to make to other files. I'm comfortable with Terminal but new to Eclipse and Java. Thanks in advance!

Community
joseph_pindijoseph_pindi
5172 gold badges6 silver badges20 bronze badges

7 Answers

I have had the same problem as noted above. I could not get Eclipse to install because of Java incompatibilities. The sequence I followed goes like this:

  1. Upgraded to MAC OS Sierra
  2. Downloaded the Eclipse installer but was prompted that I needed to instal a legacy Java.
  3. Installed Java 1.6
  4. Was unable to install Eclipse and was prompted that I needed Java 1.7 or greater. Downloaded and installed Java 1.8
  5. Ran the terminal code 'java -version' // this will check your jre version. This showed returned Java 1.6 despite the fact that I had upgraded to 1.8. The Java version listed in the Java control panel said 1.8
  6. Tried multiple downloads of eclipse and Java and multiple restarts always with the same result.
  7. Visited the Oracle web page noted above:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html I could not find the above reference to 8u73 and 8u74 but I did find and option to download 1.8.0_12. I did this. It installed without difficulty, and then I was able to install Eclipse without difficulty.

This took hours of my time. I hope this proves useful.

Vlc Download For Mac

JohnJohn

OK, so I don't really know what the problem was, but I simply fixed it by navigating to here http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html and installing 8u74 instead of 8u73 which is what I was prompted to do when I would go to 'download latest version' in Java. So changing the versions is what did it in the end. Eclipse launched fine, now. Thanks for everyone's help!

edit: Apr 2018- Now is 8u161 and 8u162 (Just need one, I used 8u162 and it worked.)

joseph_pindijoseph_pindi

Download Eclipse For Mac

5172 gold badges6 silver badges20 bronze badges

JRE is a Run-Time Environment for running Java stuffs on your machine. What Eclipse needs is JDK as a Development Kit.

Install the latest JDK (and not JRE) from http://www.oracle.com/technetwork/pt/java/javase/downloads/jdk8-downloads-2133151.html and you should be good on Mac!

Eclipse 1.8 Version Free Download

AidinAidin

Open up terminal and check what java version is currently set in your path variable.

You can do that by typing in your terminal

If this shows incorrect java version but you have installed java 1.8 then you have to set path variable to the newer version of java.

To do that do add the line:

to ~/.bash_profile (same as /Users/username/.bash_profile)

Then do this from the terminal to set the new variable

Also what's your eclipse.ini set to ?

EDIT:

Please open up terminal and type

Also how did you install java in the first place ?

Maciej CyganMaciej Cygan
3,9083 gold badges26 silver badges55 bronze badges

Echoing the answer, above, a full install of the JDK (8u121 at this writing) from here - http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html - did the trick. Updating via the Mac OS Control Panel did not update the profile variable. Installing via the full installer, did. Then Eclipse was happy.

todcliftontodclifton

Here are steps: Mac compatible mp3 players.

  • download 1.8 JDK from this site
  • install it
  • copy the jre folder & paste it in 'C:Program Files (x86)EclipseNeon'
  • rename the folder to 'jre'
  • start the eclipse again

It should work.

Alex M
2,2287 gold badges21 silver badges29 bronze badges
suyog shindesuyog shinde

For some weird reason 'Java SE Development Kit 8u151' gives this trouble. Just install, 'Java SE Development Kit 8u152' from the following link-

It should work then.

NatashaNatasha
4,4171 gold badge17 silver badges36 bronze badges

protected by CommunityDec 26 '17 at 20:05

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Not the answer you're looking for? Browse other questions tagged javaeclipsemacos or ask your own question.