Java Tool Tutorials - Herong's Tutorial Notes
Dr. Herong Yang, Version 5.11

Installing J2SE 1.6.0 on Windows

This chapter provides tutorial notes on installing Java SE (JDK) on your own Windows system to allow you to run sample JDBC Java programs. Topics include downloading and installing Java SE 6; compiling and executing Java programs; installing Java documentation.

Downloading and Installing J2SE 1.6.0 on Windows

Testing J2SE 1.6.0 Installation

Table of Contents

 About This Book

 Java Tools Terminology

Installing J2SE 1.6.0 on Windows

 Installing J2SE 1.5.0 on Windows

 'javac' - The Java Program Compiler

 'java' - The Java Program Launcher

 'jdb' - The Java Debugger

 'jconsole' - Java Monitoring and Management Console

 'jstat' - JVM Statistics Monitoring Tool

 JVM Troubleshooting Tools

 'jar' - The JAR File Tool

 'javap' - The Java Class File Disassembler

 'keytool' - Public Key Certificate Tool

 'native2ascii' - Native-to-ASCII Encoding Converter

 References

 PDF Printing Version

Dr. Herong Yang, updated in 2008
Installing J2SE 1.6.0 on Windows