README

Wed, 09 Sep 2020 14:19:14 -0400

author
zgu
date
Wed, 09 Sep 2020 14:19:14 -0400
changeset 14206
ab2e99db6702
parent 3262
217c842d710b
child 9912
c21f24b2cdfc
permissions
-rw-r--r--

8062947: Fix exception message to correctly represent LDAP connection failure
Reviewed-by: dfuchs, xyin, vtewari

duke@3 1 README:
duke@3 2 This file should be located at the top of the jdk Mercurial repository.
duke@3 3
duke@3 4 See http://openjdk.java.net/ for more information about the OpenJDK.
duke@3 5
duke@3 6 Simple Build Instructions:
duke@3 7
duke@3 8 1. Download and install a JDK 6 from
duke@3 9 http://java.sun.com/javase/downloads/index.jsp
duke@3 10 Set the environment variable ALT_BOOTDIR to the location of this JDK 6.
duke@3 11
ohair@3262 12 2. Either download and install the latest JDK7 from
duke@3 13 http://download.java.net/openjdk/jdk7/, or build your own complete
duke@3 14 OpenJDK7 by using the top level Makefile in the OpenJDK Mercurial forest.
duke@3 15 Set the environment variable ALT_JDK_IMPORT_PATH to the location of
duke@3 16 this latest JDK7 or OpenJDK7 build.
duke@3 17
ohair@3262 18 3. Check the sanity of doing a build with the current machine:
duke@3 19 cd make && gnumake sanity
duke@3 20 See README-builds.html if you run into problems.
duke@3 21
ohair@3262 22 4. Do a partial build of the jdk:
duke@3 23 cd make && gnumake all
duke@3 24
ohair@3262 25 5. Construct the images:
duke@3 26 cd make && gnumake images
duke@3 27 The resulting JDK image should be found in build/*/j2sdk-image
duke@3 28
duke@3 29

mercurial