Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
Philippe Gauron
installation
Commits
b17faf54
Commit
b17faf54
authored
Sep 03, 2019
by
Philippe Gauron
Browse files
Configuration chemin javac
parent
217d13e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
script-install.sh
script-install.sh
+3
-2
No files found.
script-install.sh
View file @
b17faf54
...
...
@@ -625,9 +625,10 @@ then
tar
xvfz
"
${
REPO_DIR
}
/tmp/jdk-8u212-linux-x64.tar.gz"
-C
"
${
REPO_DIR
}
/tmp/"
sudo mkdir
/opt/java
sudo mv
"
${
REPO_DIR
}
/tmp/jdk1.8.0_212"
/opt/java/
sudo
update-alternatives
--install
/usr/bin/java java /opt/java/jdk1.8.
*
/bin/java 2
sudo
update-alternatives
--install
/usr/bin/java java /opt/java/jdk1.8.
0_212
/bin/java 2
sudo
update-alternatives
--set
java /opt/java/jdk1.8.0_212/bin/java
sudo
update-alternatives
--install
/usr/bin/javac javac /opt/java/jdk1.8.0_212/bin/javac 2
sudo
update-alternatives
--set
javac /opt/java/jdk1.8.0_212/bin/javac
### configuration of TANGO
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment