blob: 8def695e8018bebcf128ebee00b155d2b769f925 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001Building 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.