make/jdk/netbeans/j2se/README
author michaelm
Thu, 14 Nov 2019 09:06:10 +0000
branchunixdomainchannels
changeset 59074 7917f95f74c4
parent 47216 71c04702a3d5
permissions -rw-r--r--
unixdomainchannels: minor apidoc update
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.