To install eclipse on our MacOS, we must download the latest version of eclipse by visiting its official website or simply clicking the link http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/oxygen/1a/eclipse-java-oxygen-1a-macosx-cocoa-x8664.dmg. Download the Eclipse Installer. Eclipse is hosted on many mirrors around the world.
Download Eclipse For Java Programming
I’m beginning a new Java tutorial using Eclipse as my IDE. Every time I have used Eclipse in the past there have been installation problems so, I’ll try to fix that issue here.
I use Eclipse because in my opinion it is the best free IDE available.
Also note that I’ll provide Java 1.7 installation steps for PCs, but Java 1.6 & 1.7 steps for MACs. The reason why I’m doing that is because Java 1.7 isn’t quite ready yet for Eclipse on MACs.
Don’t worry, there isn’t that much of a difference between Java 1.6 and 1.7. At least for a beginner tutorial.
Checking Your Version of Java
Java 1.6 has been around since December 2006, so chances are you already have it installed on your computer. To find out type the following in either your Terminal (MACs), or Command Line (PCs) java -version
When you do you’ll probably see the following:
2 | Java(TM)SE Runtime Environment(build1.6.0_29-b11-402-11M3527) Java HotSpot(TM)64-Bit Server VM(build20.4-b02-402,mixed mode) |
Install Java 1.7 MACs
If you don’t have Java 1.6 installed for Mac go here to get it. You can get a preview release of Java 1.7 for Mac here.
Here are the instructions on how to install it from Oracle:
- Manually create a JavaVirtualMachines directory under /Library/Java if it does not exist already:
Post navigation