You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ja...@apache.org on 2021/05/13 13:24:38 UTC

[systemds] branch master updated: [MINOR][DOC] update preexisting java command to openjdk8 (#1273)

This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new ccb6a96  [MINOR][DOC] update preexisting java command to openjdk8 (#1273)
ccb6a96 is described below

commit ccb6a96082f68e6fe6a907773fea37982c04b908
Author: j143 <j1...@protonmail.com>
AuthorDate: Thu May 13 18:54:22 2021 +0530

    [MINOR][DOC] update preexisting java command to openjdk8 (#1273)
---
 docs/site/install.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/site/install.md b/docs/site/install.md
index 7b04bbb..50ba1e1 100644
--- a/docs/site/install.md
+++ b/docs/site/install.md
@@ -44,6 +44,11 @@ sudo apt install openjdk-8-jdk-headless
 sudo apt install maven
 ```
 
+Note: To update the `java` command to `openjdk-8` run:
+```sh
+update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
+```
+
 Verify the install with:
 
 ```bash