openjdk-asmtools(1)
| openjdk-asmtools(1) | General Commands Manual | openjdk-asmtools(1) |
NAME
openjdk-asmtools - To develop tools create proper & improper Java '.class' files
SYNOPSIS
openjdk-asmtools
DESCRIPTION
AsmTools helps develop tools to create proper and improper Java '.class' files. Aids various Java .class based testing and OpenJDK development applications. Asmtools supports latest class file formats, in lock-step with JDK development.
Usage:
- to run an assembly tool:
- $ java -jar asmtools.jar toolName [args...] where toolName one of: jasm, jdis, jcoder, jdec, jcdec
- to get the version:
- $ java -jar asmtools.jar -version
- to get this message
- $ java -jar asmtools.jar -?|-h|-help
AUTHOR
Jayashree Huttanagoudar (jaya.huttanagoudar@gmail.com) Jiri Vanek (judovana@email.com)
| 01 March 2021 | version 0.1 |
