The Core JDK Tools
-
Introducing the Core JDK Tools
Introducing the Core JDK Tools
-
Javac - the Compiler
Using the javac compiler to compile your Java code.
-
Javap - the Disassembler
Introducing the javap disassembler
-
Javadoc - the Documentation Generator
Generating your HTML documentation with javadoc.
-
Java - Your Application Launcher
Launching your application with the java tool.
-
Jshell - The Java Shell Tool
jshell interactively evaluate declarations, statements, and expressions of the Java programming language in a read-eval-print loop (REPL).
-
Jar - the Archive Tool
Archive your classes and resources with the jar tool.
-
Jlink - Assemble and Optimize a Set of Modules
Assembling and optimizing a set of modules.
-
Jmod - Create JMOD archives
Creating JMOD files.
-
Jdeps - Analyze your Java Classes Dependencies
Analyzing your Java class dependency with the jdeps tool.
-
Jdeprscan - Deprecated API Elements Scanner
Static analysis tool that scans a jar file for uses of deprecated API elements.