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