o7planning

Install Eclipse

  1. Download Eclipse
  2. The installation requires
  3. Installing and Configuring Eclipse
  4. Run Eclipse
  5. Quick learning Java for Beginners

1. Download Eclipse

There are many packages for you to download, they differ only in that the plugin is available. You should download the package "Eclipse IDE for Enterprise Java Developers". During the programming process requires additional plugins you can install extended.
Download results:

2. The installation requires

Ensure that your computer has install Java. For example, my PC installs Java version 8.
In case you have not installed Java , you can see the instructions at:

3. Installing and Configuring Eclipse

Unzip the downloaded Eclipse into a certain directory. For example:
  • C:/DevPrograms
You can run Eclipse by running file eclipse.exe
Note: If your computer has multiple versions of Java, you can setting Windows environment variables (environmental variable JAVA_HOME & path), or can specify java version will be used in eclipse.ini.
Add the following text into the file eclipse.ini:
-vm
C:\DevPrograms\Java\jdk1.8.0_45\bin\javaw.exe

4. Run Eclipse

Run file eclipse.exe:

5. Quick learning Java for Beginners

You can start learning Java with document "Quick learning Java for Beginners":

Java Basic

Show More