make/netbeans/javah/README

changeset 201
e3930187199c
parent 200
e6dafbf35355
child 202
3b2c55b7bd01
     1.1 --- a/make/netbeans/javah/README	Thu Jan 22 15:45:44 2009 -0800
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,21 +0,0 @@
     1.4 -"javah" project README.
     1.5 -
     1.6 -This project is for working on the native header tool (javah) 
     1.7 -in the OpenJDK langtools component.
     1.8 -
     1.9 -javah is built on top of the documentation tool (javadoc). Using this
    1.10 -project, you can also browse javadoc and any other tools in langtools.
    1.11 -If you build javah, javadoc will be built automatically as well,
    1.12 -if necessary.
    1.13 -
    1.14 -javah is in the process of being converted so that it runs directly on
    1.15 -top of the compiler, javac, using the annotation processing API, 
    1.16 -instead of on top of the documentation tool, javadoc, using the
    1.17 -Doclet API.
    1.18 -
    1.19 -The main class for the tool is com.sun.tools.javah.Main.
    1.20 -
    1.21 -NetBeans 5.0 or later is required and sufficient to use this
    1.22 -project, and others in the OpenJDK langtools component. 
    1.23 -This is different from other projects in OpenJDK, which 
    1.24 -require version 6.0 or later.

mercurial