class |
Jar |
You can use the jar command to create an archive for classes and resources, and to
manipulate or restore individual classes or resources from an archive.
|
class |
Javac |
You use the javac tool and its options to read Java class and interface definitions and
compile them into bytecode and class files.
|
class |
Javadoc |
You use the javadoc tool and its options to generate HTML pages of API documentation from
Java source files.
|
class |
Javap |
You use the javap command to disassemble one or more class files.
|
class |
Jdeps |
You use the jdeps command to launch the Java class dependency analyzer.
|
class |
Jlink |
You can use the jlink tool to assemble and optimize a set of modules and their
dependencies into a custom runtime image.
|
class |
Jmod |
You can use the jmod tool to assemble and optimize a set of modules and their
dependencies into a custom runtime image.
|