You are on page 1of 8

Pre-Requisites:

Software and Steps of Installation


1. Eclipse Luna:
a. http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/lunar

b. Choose Windows 32-Bit or Windows 64-Bit in the Download Links on the basis of the
Operating System of your machine.
c. Choose the Download Link from the Mirror as shown below:

d. Once Eclipse is downloaded, Extract the Zip file into a Destination Folder
2. Download JRE and JDK.
a. The JRE and JDK version should be same as the version of the Eclipse.
Eclipse - x32-Bit => JDK and JRE should also be x32
Eclipse - x64-Bit => JDK and JRE should also be x64
b. On the following link choose either the 32 bit version or the 64 bit version
http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-
1880261.html

c. Similarly, download the correct version of JDK 7.


http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-
1880260.html
3. Setting the System Variable Path
a. Once JRE is installed, the Path to the JAVAW.EXE file is to be set in the System
Environment Variables for Eclipse to open
b. Go to My Computer -> System Properties

c. Go to Advanced System Settings


d. Choose Environment Variables

e. In the system Variables – Double Click on PATH Variable


f. Add the Path of the BIN folder for JRE in the PATH Variable

NOTE: If you Install JRE x32 Bit, the JAVA folder will be created in Program Files
(x86)

4. Eclipse Plugins
a. Go to Help and Choose Install New Software
b. In the Works With Path enter the following URL for Eclipse JUNO:
https://tools.hana.ondemand.com/juno
c. Choose the two plugins to be installed(ignore UI Development Toolkit)
d. Go through the steps with installation. Choose Next and then Finish. The plugins
will be installed

You might also like