Sunday, February 1, 2015

Setting up and Using Eclipse

First of all Eclipse is an IDE (Integrated Development Environment) it will help you develop and run programs in various programming languages.There are several more IDE's but my preferred choice is Eclipse.Therefore I will show you how to Install it and use it.

 Step 01:Downloading  Eclipse

It isn't very hard to find Eclipse online,but for those who couldn't find it you can get from here.
Choose the suitable download link after you go to this site it's on the top right of the screen.

Once you have Downloaded Eclipse all you need to do is extract the file to any destination you want and that's it you now have Eclipse.

Step 02: Working with Eclipse

First go to the Eclipse folder and then click the eclipse.exe to run eclipse.It will take some time to start and also it will ask you to choose a destination folder to store your projects you can set any destination.

Once Opened Follow these Steps to create a new class for programming using Java.

1.Create a project

You might not get Java Project at the top,if that is the case go to Other and select it from there.


Input a name for Your project and click finish.

2.Now you should see your project on the left of the screen.Drop down the project and right click on src and do the following.

3.Next fill in the class information (Only circled ones are needed)

Ticking the circled part is optional but Obviously a name must be given,once done click finish.

Now it's ready and should look like the image below and now you can start coding.The Circled Part is what we did now.







No comments:

Post a Comment