Install Eclipse
View more Tutorials:
Document is based on:
-
Eclipse 4.6 (Code NEON)
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:

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:
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

Run file eclipse.exe:



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