Skip To Content

Athabasca University

Getting Started with Java (JDK)

  1. The first thing you will need to do, before you get started on your course, is to download your Java compiler. For most courses, you'll need the full Java Standard Edition Java Development Kit (JDK). This download also includes the JRE:
    • Java SE (Standard Edition) Downloads - Select the 'JDK' Download' button. (This is supported for Windows, Solaris, Linux, and OS)
    • Select the appropriate file under the 'Java SE Development Kit' links, accept the license, then download the file.
  2. Once you have downloaded the JDK into a folder on your harddrive, go to that folder and double click on the file named (for example) jdk-8u144-windows-x64.exe to install it (version number may vary).( Note: This is assuming you are installing this file on a Windows machine.) Double click on the file to start the JDK Installer, and then follow the instructions the installer provides.
  3. The installer will create a new directory named (for example) C:\Program Files\Java\jdk1.8.0_144. Inside this new folder are a group of folders and files. You will need to set the path to this so that your computer can find the right programs required to compile and run your java programs. Setting Your Path for the JDK
  4. The JDK does not provide an editor or any program icons to run them with. You have several options for creating, compiling, and running your Java program, but the most basic way to get started is by using a text editor. One that is recommended is Notepad++ (https://notepad-plus-plus.org/)
  5. Java Sun Tutorial for compiling first Java program in DOS
  6. Java Sun Common Java Compiler Errors and Solutions
  7. Your First Cup of Java (for Windows, Linux, and Mac OS)

Updated August 08 2017 by jodymc@athabascau.ca

AU, CANADA'S OPEN UNIVERSITY, is an internationally recognized leader in online and distance learning.