• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Oct-2021-

nbproject/H30-Oct-2021-11271

READMEH A D30-Oct-2021662 1410

build.propertiesH A D30-Oct-20211.6 KiB3634

build.xmlH A D30-Oct-20211.9 KiB4812

README

1Building the entire JavaSE source base
2
3This project exists for building the entire JavaSE source base which is in the
4jdk directory.  Rather than using this project for editing Java code, please
5use one of the other projects which will narrow the scope of the sources to a
6more manageable size.
7
8Given that it can take a rather long time to build all of the JavaSE code, you
9might prefer to build this project from the command line using ant.
10
11The results of building this project are all in the directory
12<install-dir>/jdk/build/<platform>-<arch>.  The other subprojects, with the
13exception of the "world" project, place their results in same build directory.
14