Last modified by Thomas Mortagne on 2024/03/12

<
From version < 144.1 >
edited by Thomas Mortagne
on 2019/03/25
To version < 145.1 >
edited by Thomas Mortagne
on 2019/06/04
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -76,8 +76,6 @@
76 76  In some cases Java 11 might be installed and activated by default. If you have both Java version (8 and 11) in your distribution, you can modify ##/etc/default/tomcat8## to point to a java8 JAVA_HOME
77 77  {{/warning}}
78 78  
79 -You can also use Web Upd8 repository if you want **Oracle Java** version. See documentation for [[Ubuntu>>http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html]] or [[Debian>>http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html]].
80 -
81 81  For some older distributions the problem is that Ubuntu and Debian did not bothered put OpenJDK 8 on older but still supported distributions default repositories (for example Ubuntu 14.04 or Debian Wheezy/Jessie). For those you will have to make sure there is some repository with it so that Java 8 is installed as a package so that XWiki find it as dependency.
82 82  
83 83  Also if you have several versions of Java installed you might need to explicitly tell Tomcat which one to use after the install. See [[Tomcat Usability section>>||anchor="HJavaVersion"]].
... ... @@ -84,15 +84,10 @@
84 84  
85 85  Here is a few helpers for specific distributions:
86 86  
87 -== Ubuntu 14.04 (Trusty Tahr) ==
85 +== Ubuntu 14.04 (Trusty Tahr), Debian < 9 ==
88 88  
89 -* Web Upd8 provide a ppa with Oracle JVMs on it, see http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html
87 +* AdoptOpenJDK provide a Debian reposutory to install OpenJDK, see https://adoptopenjdk.net/installation.html#linux-pkg
90 90  
91 -== Debian 7 (Wheezy) or 8 (Jessie) ==
92 -
93 -* for OpenJDK 8 you can enable backports repository: see https://backports.debian.org/Instructions/
94 -* Web Upd8 provide a Debian repository with Oracle JVMs on it, see http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html
95 -
96 96  = Complete Installation =
97 97  
98 98  {{warning}}

Get Connected