make/netbeans/javah/README

Thu, 16 Oct 2008 18:07:37 +0100

author
mcimadamore
date
Thu, 16 Oct 2008 18:07:37 +0100
changeset 146
6fcc8de719f5
parent 1
9a66ca7c79fa
permissions
-rw-r--r--

6760226: test/tools/javap/T6622260.java fails with specific locale settings
Summary: Changed the regression test in order to make it more robust w.r.t. to locale settings
Reviewed-by: jjg

duke@1 1 "javah" project README.
duke@1 2
duke@1 3 This project is for working on the native header tool (javah)
duke@1 4 in the OpenJDK langtools component.
duke@1 5
duke@1 6 javah is built on top of the documentation tool (javadoc). Using this
duke@1 7 project, you can also browse javadoc and any other tools in langtools.
duke@1 8 If you build javah, javadoc will be built automatically as well,
duke@1 9 if necessary.
duke@1 10
duke@1 11 javah is in the process of being converted so that it runs directly on
duke@1 12 top of the compiler, javac, using the annotation processing API,
duke@1 13 instead of on top of the documentation tool, javadoc, using the
duke@1 14 Doclet API.
duke@1 15
duke@1 16 The main class for the tool is com.sun.tools.javah.Main.
duke@1 17
duke@1 18 NetBeans 5.0 or later is required and sufficient to use this
duke@1 19 project, and others in the OpenJDK langtools component.
duke@1 20 This is different from other projects in OpenJDK, which
duke@1 21 require version 6.0 or later.

mercurial