Archived: Downloading and Installing JDK 10

This section describes how to download and install JDK 10 on a Windows system.

Here is what I did to download and install JDK 10 on my Windows machine.

To test the installation, open a command window to try the java command. If you are getting the following output, your installation was ok:

herong> \progra~1\java\jdk-10.0.1\bin\java -version

java version "10.0.1" 2018-04-17
Java(TM) SE Runtime Environment 18.3 (build 10.0.1+10)
herong> java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.1+10, mixed mode)

Table of Contents

 About This Book

 JDK (Java Development Kit)

 Introduction of Java Swing Package

 Graphics Environment of the Local System

 JFrame - Main Frame Class

 JLabel - Swing Label Class

 JButton - Swing Button Class

 JCheckBox - Swing Check Box Class

 JRadioButton - Swing Radio Button Class

 JTextField - Swing Text Field Class

 JComboBox - Swing Combo Box Class

 Menu Bar, Menus, Menu Items and Listeners

 Creating Internal Frames inside the Main Frame

 Layout of Components in a Container

 LookAndFeel and UIManager

 Option Dialog Boxes

 JEditorPane - The Editor Pane Class

 SwingWorker - The Background Task Worker

 AWT (Abstract Windows Toolkit)

 Integration with Desktop System

Archived Tutorials

 Archived: Downloading and Installing JDK 15

 Archived: Downloading and Installing JDK 12

Archived: Downloading and Installing JDK 10

 References

 Full Version in PDF/EPUB