diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 00:21:57 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:15 +0700 |
commit | 5d90d460f8a096f2feab7eac68a9ab8900516ed9 (patch) | |
tree | 433e45fd38e2928028a1541b1dc58e06fd861a3c /development/jdk11/README | |
parent | 47349d2ddd8003de10f8c01d7431f3bce4387b5f (diff) | |
download | slackbuilds-5d90d460f8a096f2feab7eac68a9ab8900516ed9.tar.gz |
development/jdk11: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jdk11/README')
-rw-r--r-- | development/jdk11/README | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/development/jdk11/README b/development/jdk11/README index d53b53d8a6..3664b00f6c 100644 --- a/development/jdk11/README +++ b/development/jdk11/README @@ -1,21 +1,20 @@ jdk11 (Java Platform Standard Edition Development Kit) The Java Platform Standard Edition Development Kit (JDK) includes -both the runtime environment (Java virtual machine, -the Java platform classes and supporting files) and development tools -(compilers, debuggers, tool libraries and other tools). -The JDK is a development environment for building applications, -applets and components that can be deployed with the -Java Platform Standard Edition Runtime Environment. +both the runtime environment (Java virtual machine, the Java platform +classes and supporting files) and development tools (compilers, +debuggers, tool libraries and other tools). The JDK is a development +environment for building applications, applets and components that +can be deployed with the Java Platform Standard Edition Runtime +Environment. -More details: -https://developer.oracle.com/java/ +More details: https://developer.oracle.com/java/ -This SlackBuild will repackage official Oracle JDK archive. -You must accept the Oracle Technology Network License Agreement -for Oracle Java SE to download this software +This SlackBuild will repackage official Oracle JDK archive. You must +accept the Oracle Technology Network License Agreement for Oracle Java +SE to download this software https://www.oracle.com/java/technologies/javase-jdk11-downloads.html -After installation you will need to log out from the system and log in back -for environment variables get updated. +After installation you will need to log out from the system and log in +back for environment variables get updated. |