Skip to content

Commit

Permalink
updated java_home command
Browse files Browse the repository at this point in the history
  • Loading branch information
yankils authored Apr 20, 2020
1 parent 5ba03b0 commit 45cbc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkins/Jenkins_Installation.MD
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Jenkins is a self-contained Java-based program, ready to run out-of-the-box, wit
```sh
java -version
find /usr/lib/jvm/java-1.8* | head -n 3
JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-1.el8_0.x86_64
JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-<Java version which seen in the above output>
export JAVA_HOME
PATH=$PATH:$JAVA_HOME
# To set it permanently update your .bash_profile
Expand Down

0 comments on commit 45cbc91

Please sign in to comment.