diff options
author | Igor Alexandrov <igor.alexandrov@outlook.com> | 2021-04-02 10:34:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-02 10:35:03 +0700 |
commit | 48729223111b67590f37059530cccb58cb7435c7 (patch) | |
tree | 39720a2f5c51dd6d8adc5ab2dcd8a2abeed5cc31 /development/jdk16/README | |
parent | f222bebe1cda59644a6f28edcf998282e38f7039 (diff) |
development/jdk16: Added (Java Platform SDK).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jdk16/README')
-rw-r--r-- | development/jdk16/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/development/jdk16/README b/development/jdk16/README new file mode 100644 index 0000000000000..b22f907cece30 --- /dev/null +++ b/development/jdk16/README @@ -0,0 +1,21 @@ +jdk16 (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. + +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/java/technologies/javase-jdk16-downloads.html + +After installation you will need to log out from the system and log in back +for environment variables get updated. |