mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
11 lines
383 B
Text
11 lines
383 B
Text
"javap" project README.
|
|
|
|
This project is for working on the disassembler tool (javap)
|
|
in the OpenJDK langtools component.
|
|
|
|
The main class for the tool is sun.tools.javap.Main.
|
|
|
|
NetBeans 5.0 or later is required and sufficient to use this
|
|
project, and others in the OpenJDK langtools component.
|
|
This is different from other projects in OpenJDK, which
|
|
require version 6.0 or later.
|