make/netbeans/compiler/README

Tue, 22 Jul 2008 11:41:45 -0700

author
tbell
date
Tue, 22 Jul 2008 11:41:45 -0700
changeset 75
13aee98cc0d8
parent 1
9a66ca7c79fa
permissions
-rw-r--r--

Merge

duke@1 1 "compiler" project README.
duke@1 2
duke@1 3 This project is for working on the compiler tool (javac)
duke@1 4 in the OpenJDK langtools component.
duke@1 5
duke@1 6 The main class for the tool is com.sun.tools.javac.Main.
duke@1 7
duke@1 8 NetBeans 5.0 or later is required and sufficient to use this
duke@1 9 project, and others in the OpenJDK langtools component.
duke@1 10 This is different from other projects in OpenJDK, which
duke@1 11 require version 6.0 or later.

mercurial