Getting Started with Java
This is a 100% free course, but we need you to first join or login to watch this video.
Alright, join or login here.This video shows you how to install Java JDK on Windows. In the first step, go to http://google.com and search for Java JDK. JDK stands for Java Development Kit which is a bunch of tools needed to run our Java applications. Accept the terms and conditions on Oracle's website and click the download button after selecting your platform which in our case happens to be a 64 bit Windows machine. Install Java with default settings on Windows. Launch the command prompt and type 'java'. If you get an error that says 'java is not recognized', it would mean that there were some problems while installing Java. Otherwise, we are all set to run our Java programsDescription