diff options
author | Igor Alexandrov <igor.s.alexandrov@gmail.com> | 2019-08-03 07:29:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-03 07:29:21 +0700 |
commit | 31e0f212b80061ff9b8e7a537b370e20e872b2e3 (patch) | |
tree | 44fc493b41e861afbd13b87c53beb8b1f5eb4938 /development/jdk12/slack-desc | |
parent | 3cbd9f5ad228b07c51590cc92b8280bf507b87ea (diff) |
development/jdk12: Added (Java Platform SDK).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jdk12/slack-desc')
-rw-r--r-- | development/jdk12/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/jdk12/slack-desc b/development/jdk12/slack-desc new file mode 100644 index 000000000000..d8870b570d31 --- /dev/null +++ b/development/jdk12/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------------------------------------------------------| +jdk12: jdk12 (Java Platform Standard Edition Development Kit) +jdk12: +jdk12: The Java Platform Standard Edition Development Kit (JDK) includes +jdk12: both the runtime environment (Java virtual machine, +jdk12: the Java platform classes and supporting files) and development tools +jdk12: (compilers, debuggers, tool libraries and other tools). +jdk12: The JDK is a development environment for building applications, +jdk12: applets and components that can be deployed with the +jdk12: Java Platform Standard Edition Runtime Environment. +jdk12: +jdk12: https://developer.oracle.com/java/ |