From 3ba5faa5fdd9141de2cf8062c32cd13d538ccc04 Mon Sep 17 00:00:00 2001 From: davidjumani Date: Mon, 14 Sep 2020 12:45:54 +0530 Subject: [PATCH] Update to java 11 --- source/installguide/building_from_source.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/installguide/building_from_source.rst b/source/installguide/building_from_source.rst index 019c99a80a..6b5d358e2c 100644 --- a/source/installguide/building_from_source.rst +++ b/source/installguide/building_from_source.rst @@ -249,7 +249,7 @@ several other dependencies. Note that we recommend using Maven 3. $ sudo apt-get update $ sudo apt-get install python-software-properties $ sudo apt-get update - $ sudo apt-get install debhelper openjdk-8-jdk libws-commons-util-java genisoimage libcommons-codec-java libcommons-httpclient-java liblog4j1.2-java maven + $ sudo apt-get install debhelper openjdk-11-jdk libws-commons-util-java genisoimage libcommons-codec-java libcommons-httpclient-java liblog4j1.2-java maven .. note:: @@ -409,7 +409,7 @@ Linux. .. parsed-literal:: - # yum install java-1.8.0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-commons-util MySQL-python python-setuptools createrepo + # yum install java-11-openjdk-devel genisoimage mysql mysql-server ws-commons-util MySQL-python python-setuptools createrepo Next, you'll need to install build-time dependencies for CloudStack with Maven. We're using Maven 3, so you'll want to grab `Maven 3.0.5 (Binary tar.gz)