Skip to content

Commit

Permalink
merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Sep 8, 2023
2 parents 3fc095a + 11ac9d0 commit c674c23
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/core/feature_arguments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ iqmol_arguments=("iqmol")
j_arguments=("j")
java_arguments=("java" "java_development_kit" "java_development" "java_development_kit_8" "jdk" "jdk_8")
jdk11_arguments=("java11" "java_development_kit11" "java_development11" "java_development_kit_11" "jdk_11")
jdk17_arguments=("jdk17" "jdk_17" "java_17")
jekyll_arguments=("github4pages" "github_for_pages" "jekyll_github")
julia_arguments=("julia")
k_arguments=("k")
Expand Down
1 change: 1 addition & 0 deletions data/core/feature_keynames.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ iqmol
j
java
jdk11
jdk17
jekyll
julia
k
Expand Down
11 changes: 11 additions & 0 deletions data/features/jdk17/jdk17.dat.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
jdk17_name="Java Development Kit 17"
jdk17_description="Implementation of version 17 of the Java (programming language) SE Platform + the tools for a developer"
jdk17_version="Open logic JDK 17 - Linux x86 64 bits"
jdk17_tags=("programming" "customDesktop")
jdk17_systemcategories=("Development" "Languages")

jdk17_bashfunctions=("jdk17.sh")
jdk17_binariesinstalledpaths=("bin/java;java" "bin/keytool;keytool" "bin/javadoc;javadoc" "bin/jar;jar" "bin/jcmd;jcmd" "bin/jdb;jdb" "bin/jconsole;jconsole" )
jdk17_downloadKeys=("bundle")
jdk17_bundle_URL="https://builds.openlogic.com/downloadJDK/openlogic-openjdk/17.0.7+7/openlogic-openjdk-17.0.7+7-linux-x64.tar.gz"
1 change: 1 addition & 0 deletions data/features/jdk17/jdk17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
To execute and develop java applications + all the developer tools. The last version of the JDK software.
2 changes: 2 additions & 0 deletions data/features/jdk17/jdk17.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
export JAVA_HOME="€{BIN_FOLDER}/jdk17"

0 comments on commit c674c23

Please sign in to comment.