make/netbeans/README

Print this page




 187     from the context menu, which will display the README in your web
 188     browser.
 189 
 190     Finally, note that these projects were all created by different people,
 191     and are while some attempt has been made to make them look and behave
 192     the same, they are maintained separately and will vary somewhat.
 193 
 194     The projects currently provided are:
 195 
 196     jdk (directory "jdk")
 197         A convenient starting point for the other projects, and from which
 198         you can build the entire OpenJDK. Please note that depending on your
 199         hardware, this could take a *very* long time. The results of the
 200         build are in *install-dir*/jdk/build/*platform*-*arch*.
 201 
 202     world (directory "world")
 203         This project builds both the Hotspot VM and all of JavaSE. Please
 204         note that pretty much regardless of your hardware, this *will* take
 205         a long time, and use *lots* of disk space (more than 3GB). The
 206         results of the build are in
 207         *install-dir*/control/build/*platform*-*arch* and
 208         *install-dir*/control/build/*platform*-*arch*-fastdebug.
 209 
 210         Consult the project's README file for details.
 211 
 212     AWT & Java2d (directory "awt2d")
 213         For working on AWT and Java2d. Supports running the Font2DTest demo.
 214 
 215         This is a make-based project: In order to build this project, you
 216         should build the jdk project first, since AWT and Java2d include
 217         native code.
 218 
 219     JConsole (directory "jconsole")
 220         For working on JConsole. Creates ../dist/lib/jconsole.jar. Supports
 221         running and debugging JConsole.
 222 
 223         This ant-based project does *not* require that you build the jdk
 224         project first, provided that you use a pre-built version of JDK 7. 
 225 
 226     Java (TM) Management Extensions (JMX(TM)) API (directory "jmx")
 227         For working on JMX source code. Creates ../dist/lib/jmx.jar.
 228 




 187     from the context menu, which will display the README in your web
 188     browser.
 189 
 190     Finally, note that these projects were all created by different people,
 191     and are while some attempt has been made to make them look and behave
 192     the same, they are maintained separately and will vary somewhat.
 193 
 194     The projects currently provided are:
 195 
 196     jdk (directory "jdk")
 197         A convenient starting point for the other projects, and from which
 198         you can build the entire OpenJDK. Please note that depending on your
 199         hardware, this could take a *very* long time. The results of the
 200         build are in *install-dir*/jdk/build/*platform*-*arch*.
 201 
 202     world (directory "world")
 203         This project builds both the Hotspot VM and all of JavaSE. Please
 204         note that pretty much regardless of your hardware, this *will* take
 205         a long time, and use *lots* of disk space (more than 3GB). The
 206         results of the build are in
 207         *install-dir*/build/*platform*-*arch* and
 208         *install-dir*/build/*platform*-*arch*-fastdebug.
 209 
 210         Consult the project's README file for details.
 211 
 212     AWT & Java2d (directory "awt2d")
 213         For working on AWT and Java2d. Supports running the Font2DTest demo.
 214 
 215         This is a make-based project: In order to build this project, you
 216         should build the jdk project first, since AWT and Java2d include
 217         native code.
 218 
 219     JConsole (directory "jconsole")
 220         For working on JConsole. Creates ../dist/lib/jconsole.jar. Supports
 221         running and debugging JConsole.
 222 
 223         This ant-based project does *not* require that you build the jdk
 224         project first, provided that you use a pre-built version of JDK 7. 
 225 
 226     Java (TM) Management Extensions (JMX(TM)) API (directory "jmx")
 227         For working on JMX source code. Creates ../dist/lib/jmx.jar.
 228