Installing a Java Software Development Kit (JDK/SDK)

Margaret Lamb
School of Computing
Queen's University
Kingston, Ontario

To get the latest version of the JDK, go to the Oracle web site. Oracle keeps changing the layout of its web site and the details of its terminology, but the following instructions are correct as of January 2016.

  1. Under "Top Downloads", pick "Java SE". (SE stands for "Standard Edition")
  2. Under "Java Platform, Standard Edition" click "download" under "JDK".
  3. Check "accept license agreement" and click on the download for your platform (Windows/Linux/Mac)
  4. Run the installer and follow the instructions.
  5. I suggest accepting the default choices about which components to install. But if your computer is tight on space, the two essential components to select are the "Development Tools" and the "Public JRE".
Important: Remember the folder into which you have installed your JDK (or where you found an existing one). I refer to this in other instructions as your "JDK installation folder".

Note about Versions: If you have an older JDK on your computer, it may not be necessary to install a later one. If you're taking a Queen's course, check your course web page or ask your instructor which versions of Java you may use for your assignments.

back to Java tools page


This page maintained by Margaret Lamb, Queen's University, Kingston, Ontario.  Last modified