development/jdk13: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-13 00:22:20 -04:00 committed by Willy Sudiarto Raharjo
parent 05876317d7
commit 463ae592b5
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 14 additions and 15 deletions

View File

@ -1,25 +1,24 @@
jdk13 (Java Platform Standard Edition Development Kit) jdk13 (Java Platform Standard Edition Development Kit)
The Java Platform Standard Edition Development Kit (JDK) includes The Java Platform Standard Edition Development Kit (JDK) includes
both the runtime environment (Java virtual machine, both the runtime environment (Java virtual machine, the Java platform
the Java platform classes and supporting files) and development tools classes and supporting files) and development tools (compilers,
(compilers, debuggers, tool libraries and other tools). debuggers, tool libraries and other tools). The JDK is a development
The JDK is a development environment for building applications, environment for building applications, applets and components that
applets and components that can be deployed with the can be deployed with the Java Platform Standard Edition Runtime
Java Platform Standard Edition Runtime Environment. Environment.
More details: More details: https://developer.oracle.com/java/
https://developer.oracle.com/java/
WARNING: These older versions of the JRE and JDK are provided to help WARNING: These older versions of the JRE and JDK are provided to help
developers debug issues in older systems. They are not updated with the latest developers debug issues in older systems. They are not updated with the
security patches and are not recommended for use in production. latest security patches and are not recommended for use in production.
This SlackBuild will repackage official Oracle JDK archive. This SlackBuild will repackage official Oracle JDK archive. You must
You must accept the Oracle Technology Network License Agreement accept the Oracle Technology Network License Agreement for Oracle Java
for Oracle Java SE to download this software SE to download this software
https://www.oracle.com/java/technologies/javase/jdk13-archive-downloads.html https://www.oracle.com/java/technologies/javase/jdk13-archive-downloads.html
After installation you will need to log out from the system and log in back After installation you will need to log out from the system and log in
for environment variables get updated. back for environment variables get updated.