Java Tools Tutorials - Herong's Tutorial Examples - v6.24, by Herong Yang
Archived: Downloading and Installing Java 8
This section describes how to download and install Java 8 (Java Standard Edition Development Kit 1.8) on Windows.
To learn Java tools, you have to get a copy of JDK (Java Development Kit) installed on your machine. The latest version of JDK is JDK 1.8 (Java SE Development Kit 1.8), which is also called Java SE 8 (Java Standard Edition 8). Here is what I did to download and install JDK 1.8 on my local machine.
To test the installation, open a command window to try the java command. If you are getting the following output, your installation is ok:
herong> \progra~1\java\jdk1.8.0\bin\java -version java version "1.8.0" Java(TM) SE Runtime Environment (build 1.8.0-b132) Java HotSpot(TM) Client VM (build 25.0-b70, mixed mode, sharing)
Table of Contents
javac - The Java Program Compiler
java - The Java Program Launcher
jpackage - Binary Package Builder
javadoc - The Java Document Generator
jdeps - The Java Class Dependency Analyzer
jdeprscan - The Java Deprecated API Scanner
jcmd - The JVM Diagnostic Tool
jconsole - Java Monitoring and Management Console
jstat - JVM Statistics Monitoring Tool
jhsdb - The Java HotSpot Debugger
jvisualvm (Java VisualVM) - JVM Visual Tool
javap - The Java Class File Disassembler
keytool - Public Key Certificate Tool
jrunscript - Script Code Shell
native2ascii - Native-to-ASCII Encoding Converter
JAB (Java Access Bridge) for Windows
Archived: Installing JDK 12 on Windows
Archived: Installing JDK 10 on Windows
►Archived: Downloading and Installing Java 8
Archived: Downloading and Installing J2SE 1.6.0 on Windows
Archived: JDK 1.6 keytool - keystore File Tool
Archived: Downloading and Installing J2SE 1.5.0 on Windows