Wikipedia

Search results

Monday, 21 October 2013

Installing Eclipse

Installing Eclipse is relatively easy, but does involve a few steps and software from at least two different sources. Eclipse is a Java-based application and, as such, requires a Java run time environment (JRE) in order to run. 

1)Install a JVM
Regardless of your operating system, you will need to install some Java virtual machine (JVM). You may either install a Java Runtime Environment (JRE), or a Java Development Kit (JDK), depending on what you want to do with Eclipse. If you intend to use Eclipse for Java development, then you should install a JDK (the JDK includes--among other useful things--the source code for the standard Java libraries). If you aren't planning to use Eclipse for Java development and want to save some disk space, install a JRE.  

2)Eclipse Download

Download Eclipse from the Eclipse Download Page 

Make sure download Eclipse IDE for Java EE Developers Eclipse IDE for Java EE Developers, 247 MB

The download will be delivered as a compressed (i.e. a ".zip", or ".tar.gz") file. Decompress this file into the directory of your choice (e.g. "c:\Program Files\Eclipse" on Windows). You can optionally create a shortcut of the executable file ("eclipse.exe" on Windows).  

Click on Eclipse.exe and create your Workspace 
  
File->New->Project->Java Project

Start writing your Java code !!





No comments:

Post a Comment