7 "jdk", "hotspot", "langtools", "corba", "jaxws" and "jaxp". |
7 "jdk", "hotspot", "langtools", "corba", "jaxws" and "jaxp". |
8 There are also several source downloads for the jax* repositories that |
8 There are also several source downloads for the jax* repositories that |
9 will be needed. |
9 will be needed. |
10 |
10 |
11 This one root repository can be obtained with something like: |
11 This one root repository can be obtained with something like: |
12 hg clone http://hg.openjdk.java.net/jdk7/jdk7 openjdk7 |
12 |
13 To make sure you have all the nested repositories, you can run: |
13 hg clone http://hg.openjdk.java.net/jdk8/jdk8 openjdk8 |
14 cd openjdk7 && sh ./get_source.sh |
14 |
15 (This is identical to using the Mercurial Forest Extension command |
15 To make sure you have all the nested repositories, you can run the |
16 'hg fclone http://hg.openjdk.java.net/jdk7/jdk7 openjdk7'). |
16 get_source.sh script located in the same respository as this file: |
|
17 |
|
18 cd openjdk8 && sh ./get_source.sh |
|
19 |
17 People unfamiliar with Mercurial should read the first few chapters of |
20 People unfamiliar with Mercurial should read the first few chapters of |
18 the Mercurial book: http://hgbook.red-bean.com/read/ |
21 the Mercurial book: http://hgbook.red-bean.com/read/ |
19 |
22 |
20 See http://openjdk.java.net/ for more information about the OpenJDK. |
23 See http://openjdk.java.net/ for more information about the OpenJDK. |
21 |
24 |
22 Simple Build Instructions: |
25 Simple Build Instructions: |
23 |
26 |
24 0. Get the necessary system software/packages installed on your system, see |
27 0. Get the necessary system software/packages installed on your system, see |
25 http://hg.openjdk.java.net/jdk7/build/raw-file/tip/README-builds.html |
28 http://hg.openjdk.java.net/jdk8/build/raw-file/tip/README-builds.html |
26 |
29 |
27 1. If you don't have a jdk6 installed, download and install a JDK 6 from |
30 1. If you don't have a jdk6 installed, download and install a JDK 6 from |
28 http://java.sun.com/javase/downloads/index.jsp |
31 http://java.sun.com/javase/downloads/index.jsp |
29 Set the environment variable ALT_BOOTDIR to the location of JDK 6. |
32 Set the environment variable ALT_BOOTDIR to the location of JDK 6. |
30 |
33 |