Tuesday, March 13, 2012

Eclipse Installation & Project Creation


What is Eclipse?
·         It is platform where we can store the java code, write, and execute it.
·         It is data access tools, webapp testing tool.
·         It is free and wholly extendable.

Prerequisites:
·         Install Java from following link: www.java.com  OR http://www.oracle.com/technetwork/java/javase/downloads/index.html
·         Web Browser:  Download the Current version of the Firefox.  Form Following link: http://www.mozilla.org/en-US/firefox/new/
·         It’s good if have more than 2 GB RAM

Download the Eclipse from the Following link:
·         http://www.eclipse.org/downloads/    
·         From this link download Eclipse IDE for Java EE Developers.

Eclipse IDE Installation instruction:
·         Copy the Zip folder of Eclipse from download folder and Paste & save it where you want to unzip the Eclipse.
·         Unzip the Eclipse Folder.
·         After Unzip the Eclipse Folder you will see Eclipse Icon so, just double click on that Icon.
·         Double Clicking on Icon It launches the Eclipse IDE Where you can do your activity (Like writing, executing code etc...)
·         By Double clicking on the Eclipse it will ask for the workspace. (Workspace is where Eclipse stores your projects in a folder that folder called a workspace. Choose a workspace folder to use for that particular session)
·         Click on the Ok Button It Launches the Eclipse IDE
·         You Can create the Shortcut for Eclipse Simply Right Clicking on the Eclipse Icon >>Click on Create shortcut.
How to Create Project in Eclipse:
·         After Launching the Eclipse Click on  the File menu
·         Select New >> Java Project (Note: Java Project if not appear on the top then it will be present in the option   so that time select the option)
        
         
           
      Clicking on the Java Project the new screen appear Give the Project name and Click on the Finish button .

       

       
       



No comments:

Post a Comment