Installing Java & Setting up for your first program

531


If you want to write & run Java programs you need to install JDK in your system and you need an editor. Eclipse & IntelliJ Idea are the two most commonly used editors. I recommend eclipse for beginners and if your primary goal is to develop Android Applications then I recommend IntelliJ Idea as the Android Studio is built on the IntelliJ platform.
Following video shows you how to setup Java & Eclipse on your computer.

Installing Java

<iframe width="560" height="315" src="https://www.youtube.com/embed/zcpTu0Qia1o" frameborder="0" allowfullscreen></iframe>

Installing Eclipse

<iframe width="560" height="315" src="https://www.youtube.com/embed/ex-Uhvy4tUY" frameborder="0" allowfullscreen></iframe>