X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ReleaseNotes.txt;h=911b3afe16f77f540a9e2caceb308ef2b96b2db5;hp=61d545dd8c27f3941799aeb3c3eccbee268e5e78;hb=01d2ed5e8bcf337438e6f6a42037b618c08b0b08;hpb=aa0bf4f41b60608311cd96d1b98c014f4b94bdd8 diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 61d545dd8c..911b3afe16 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -129,6 +129,7 @@ Java Development Kit: For the JDK, the install path would be C:\Java\jdk1.5.0_06 For the JRE, the install path would be C:\Java\jre1.5.0_06 Alternatively, you can specify C:\sunjavajdk and C:\sunjavajre. + NOTE: You cannot combine the location for the JDK and the JRE, as the JRE install removes most of the binaries and libraries installed by the JDK install. @@ -136,14 +137,14 @@ Java Development Kit: Java Tools: The Apache-ANT requires the ANT_HOME environment variable to be set before attempting to build: - i.e. set ANT_HOME=c:\ant + i.e. set ANT_HOME=c:\ The ant-contrib.jar file should be installed in the %ANT_HOME%\lib directory. The XMLBeans, requires the XMLBEANS_HOME environment variable to be set before attempting to build: - i.e. set XMLBEANS_HOME=C:\XMLBEANS + i.e. set XMLBEANS_HOME=C:\ The saxon8.jar file should be copied to the %XMLBEANS_HOME%\lib directory.