We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb08e9c commit 47825b4Copy full SHA for 47825b4
Java/before_install.sh
@@ -33,7 +33,7 @@ fi
33
34
echo Trying to locate the Java JDK...
35
which Java ||whereis java || echo "FATAL: Could not get java-path!"
36
-export JAVA_HOME=/usr/local/lib/jvm/openjdk11
+# export JAVA_HOME=/usr/local/lib/jvm/openjdk11
37
echo JAVA_HOME: $JAVA_HOME
38
export PATH="$JAVA_HOME/bin:$PATH"
39
Java/script.sh
@@ -6,7 +6,7 @@ fi
6
7
8
9
10
11
12
0 commit comments