Skip to content

Commit 17b8ccb

Browse files
authored
Update to java 11 (apache#152)
1 parent f12abed commit 17b8ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/installguide/building_from_source.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ several other dependencies. Note that we recommend using Maven 3.
249249
$ sudo apt-get update
250250
$ sudo apt-get install python-software-properties
251251
$ sudo apt-get update
252-
$ sudo apt-get install debhelper openjdk-8-jdk libws-commons-util-java genisoimage libcommons-codec-java libcommons-httpclient-java liblog4j1.2-java maven
252+
$ sudo apt-get install debhelper openjdk-11-jdk libws-commons-util-java genisoimage libcommons-codec-java libcommons-httpclient-java liblog4j1.2-java maven
253253
254254
.. note::
255255

@@ -409,7 +409,7 @@ Linux.
409409
410410
.. parsed-literal::
411411
412-
# yum install java-1.8.0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-commons-util MySQL-python python-setuptools createrepo
412+
# yum install java-11-openjdk-devel genisoimage mysql mysql-server ws-commons-util MySQL-python python-setuptools createrepo
413413
414414
Next, you'll need to install build-time dependencies for CloudStack with
415415
Maven. We're using Maven 3, so you'll want to grab `Maven 3.0.5 (Binary tar.gz)

0 commit comments

Comments
 (0)