jdk/make/netbeans/j2se/README
author duke
Wed, 05 Jul 2017 16:44:21 +0200
changeset 1624 c242185a0a69
parent 2 90ce3da70b43
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
Building the entire JavaSE source base
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
This project exists for building the entire JavaSE source base which is in the
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
jdk directory.  Rather than using this project for editing Java code, please
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
use one of the other projects which will narrow the scope of the sources to a
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
more manageable size.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
Given that it can take a rather long time to build all of the JavaSE code, you
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
might prefer to build this project from the command line using ant.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
The results of building this project are all in the directory
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
<install-dir>/jdk/build/<platform>-<arch>.  The other subprojects, with the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
exception of the "world" project, place their results in same build directory.