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 ae94195 commit 88f366cCopy full SHA for 88f366c
JavaVersionSwitcher.sh
@@ -28,6 +28,10 @@ then
28
exit 1
29
fi
30
31
+echo "Your current Java version: "
32
+Java --version
33
+echo "------------------------------------------------------"
34
+
35
echo "Select a Java version you want to use:"
36
37
# Collect the folders in the array $folders
@@ -98,5 +102,8 @@ do
98
102
done
99
103
100
104
echo "Done!"
105
106
+echo "Your new Java version: "
107
101
108
109
exit 0
example.png
32.9 KB
0 commit comments