author | duke |
Sat, 01 Dec 2007 00:00:00 +0000 | |
changeset 10 | 06bc494ca11e |
permissions | -rw-r--r-- |
10 | 1 |
"javap" project README. |
2 |
||
3 |
This project is for working on the disassembler tool (javap) |
|
4 |
in the OpenJDK langtools component. |
|
5 |
||
6 |
The main class for the tool is sun.tools.javap.Main. |
|
7 |
||
8 |
NetBeans 5.0 or later is required and sufficient to use this |
|
9 |
project, and others in the OpenJDK langtools component. |
|
10 |
This is different from other projects in OpenJDK, which |
|
11 |
require version 6.0 or later. |