Basic Tools These tools are the foundation of the JDK. They are the tools you use to create and build applications. Tool Name Brief Description Links to Reference Pages appletviewer Run and debug applets without a web browser. [ Solaris and Linux ] [ Windows ] apt Annotation processing tool. See Annotation Processing Tool for program annotation processing. [ Solaris, Linux, and Windows ] extcheck Utility to detect Jar conflicts. [ Solaris and Linux ] [ Windows ] jar Create and manage Java Archive (JAR) files. See Java Archive Files page for the JAR specification. [ Solaris and Linux ] [ Windows ] java The launcher for Java applications. In this release, a single launcher is used both for development and deployment. The old deployment launcher, jre , is no longer provided. [ Solaris and Linux ] [ Windows ] javac The compiler for the Java programming language. [ Solaris and Linux ] [ Windows ] javadoc API documentation generator. See Javadoc Tool page for doclet and taglet APIs. [ So...
Notes of a geek on Java and related technologies.