diff options
author | Igor Alexandrov <igor.s.alexandrov@gmail.com> | 2019-08-03 07:28:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-03 07:28:26 +0700 |
commit | 3cbd9f5ad228b07c51590cc92b8280bf507b87ea (patch) | |
tree | 4dc5af05561a652275b9a391a43792ed330466fa /development/jdk11/slack-desc | |
parent | b6bd4a6903d6b8042f39ec3111accb40570f1ce6 (diff) | |
download | slackbuilds-3cbd9f5ad228b07c51590cc92b8280bf507b87ea.tar.gz |
development/jdk11: Added (Java Platform SDK).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jdk11/slack-desc')
-rw-r--r-- | development/jdk11/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/jdk11/slack-desc b/development/jdk11/slack-desc new file mode 100644 index 0000000000..2b3d0a6fc1 --- /dev/null +++ b/development/jdk11/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +jdk11: jdk11 (Java Platform Standard Edition Development Kit) +jdk11: +jdk11: The Java Platform Standard Edition Development Kit (JDK) includes +jdk11: both the runtime environment (Java virtual machine, +jdk11: the Java platform classes and supporting files) and development tools +jdk11: (compilers, debuggers, tool libraries and other tools). +jdk11: The JDK is a development environment for building applications, +jdk11: applets and components that can be deployed with the +jdk11: Java Platform Standard Edition Runtime Environment. +jdk11: +jdk11: https://developer.oracle.com/java/ |