0N/AREADME:
0N/A This file should be located at the top of the jdk Mercurial repository.
0N/A
0N/A See http://openjdk.java.net/ for more information about the OpenJDK.
0N/A
0N/ASimple Build Instructions:
0N/A
0N/A 1. Download and install a JDK 6 from
0N/A http://java.sun.com/javase/downloads/index.jsp
0N/A Set the environment variable ALT_BOOTDIR to the location of this JDK 6.
0N/A
3259N/A 2. Either download and install the latest JDK7 from
0N/A http://download.java.net/openjdk/jdk7/, or build your own complete
0N/A OpenJDK7 by using the top level Makefile in the OpenJDK Mercurial forest.
0N/A Set the environment variable ALT_JDK_IMPORT_PATH to the location of
0N/A this latest JDK7 or OpenJDK7 build.
0N/A
3259N/A 3. Check the sanity of doing a build with the current machine:
0N/A cd make && gnumake sanity
0N/A See README-builds.html if you run into problems.
0N/A
3259N/A 4. Do a partial build of the jdk:
0N/A cd make && gnumake all
0N/A
3259N/A 5. Construct the images:
0N/A cd make && gnumake images
0N/A The resulting JDK image should be found in build/*/j2sdk-image
0N/A
0N/A