Painless Source Code

- Java Beginner Edition -

Setting up an Integrated Development Environment(IDE)

Before we get started writing code, we must download an IDE. There are many IDEs for Java out there but for our purposes we will be looking at three of the most common Java IDEs.

Step 1

In this case, we will be using Eclipse to write our first application with. Download Eclipse from the link provided.
Eclipse Download

Step 2

Run the install wizard and select 'Eclipse IDE for Java Developers'

Step 3

Select the latest version of the Java Development Kit or JDK to install

Step 4

Launch Eclipse into the default workspace directory


That's all there is to it! Now you have installed and launched your IDE and we are almost ready to start writing code.