1N/ABuilding the entire JavaSE source base
1N/AThis project exists for building the entire JavaSE source base which is in the
1N/Ajdk directory. Rather than using this project for editing Java code, please
1N/Ause one of the other projects which will narrow the scope of the sources to a
1N/Amore manageable size.
1N/AGiven that it can take a rather long time to build all of the JavaSE code, you
1N/Amight prefer to build this project from the command line using ant.
1N/AThe results of building this project are all in the directory
1N/A<install-dir>
/jdk/build/<platform>-<arch>. The other subprojects, with the
1N/Aexception of the "world" project, place their results in same build directory.