JDK versions

Back Up Next

 

JDK versions

Browse the Javasoft website for the most recent JDK/Java platform alignments! http://www.javasoft.com/products
Standard Tools
java - the interpreter
Given a class, java tries to run the method that has the signature
public static void main(String[])
The class is specified by name and also package path if it exists
javac - the compiler
appletviewer - test applets
javadoc - HTML Documentation generator
jdb - debugger
others - jar, javah, javap, rmic
applet/document viewer - Netscape, IE, HotJava, etc.