diff options
author | Zandra <[email protected]> | 2015-12-28 14:04:56 +0100 |
---|---|---|
committer | Zandra <[email protected]> | 2015-12-28 14:04:56 +0100 |
commit | 1237669f7c59714f0c27d3df748241dfd655c0be (patch) | |
tree | 986dba47d2a2256310fc77258af552518e908ac2 /HOWTO/INSTALL.md | |
parent | eb8c76c5672f71b860a7b05390e7f1ecbb6e1b9e (diff) | |
parent | 2f1928b18b59ffb984530e104e737dd8d7449f25 (diff) | |
download | otp-1237669f7c59714f0c27d3df748241dfd655c0be.tar.gz otp-1237669f7c59714f0c27d3df748241dfd655c0be.tar.bz2 otp-1237669f7c59714f0c27d3df748241dfd655c0be.zip |
Merge branch 'zandra/update-java-versions-doc' into maint
* zandra/update-java-versions-doc:
update java version in documentation
OTp-13221
Diffstat (limited to 'HOWTO/INSTALL.md')
-rw-r--r-- | HOWTO/INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md index 51e8648a4a..c1b6f44046 100644 --- a/HOWTO/INSTALL.md +++ b/HOWTO/INSTALL.md @@ -76,10 +76,10 @@ also find the utilities needed for building the documentation. Read more and download from <http://www.openssl.org>. * Oracle Java SE JDK -- The Java Development Kit (Standard Edition). Required for building the application `jinterface` and parts of `ic` and `orber`. - At least version 1.5.0 of the JDK is required. + At least version 1.6.0 of the JDK is required. Download from <http://www.oracle.com/technetwork/java/javase/downloads>. - We have also tested with IBM's JDK 1.5.0. + We have also tested with IBM's JDK 1.6.0. * X Windows -- Development headers and libraries are needed to build the Erlang/OTP application `gs` on Unix/Linux. * `flex` -- Headers and libraries are needed to build the flex |