diff options
author | Igor Alexandrov <igor.s.alexandrov@gmail.com> | 2019-10-19 11:35:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-19 11:35:08 +0700 |
commit | ab97bc1087f321198b42be1369e164b77eb19443 (patch) | |
tree | 92e5c9ffc6f3a00af2605b1e9d5dfa11f37fb00e /development/jdk13/README | |
parent | bdf76edd43fde1564cf40275000dad490d2cede4 (diff) |
development/jdk13: Added (Java Platform SDK).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jdk13/README')
-rw-r--r-- | development/jdk13/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/jdk13/README b/development/jdk13/README new file mode 100644 index 0000000000000..6d3e2dd1b14c3 --- /dev/null +++ b/development/jdk13/README @@ -0,0 +1,19 @@ +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. + +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 + +https://www.oracle.com/technetwork/java/javase/downloads/jdk13-downloads-5672538.html + +After installation you will need to log out from the system and log in back +for environment variables get updated. |