Actually looks like you have it in jessie-backports but it's probably not enabled by default.
On Tue, Aug 23, 2016 at 4:14 PM, Thomas Mortagne <[email protected]> wrote: > On Tue, Aug 23, 2016 at 4:06 PM, Eugen Colesnicov <[email protected]> > wrote: >> Thomas Mortagne wrote >>> ... In short you need to make sure you install a >>> package that provide one of the following features: >>> java8-runtime-headless, java8-runtime or openjdk-8-jre-headless. >> >> Thanks Thomas! >> You are right! I forgot java... But for users who don't know linux very well >> - it is not so clearly... > >> Also problem, that Debian don't provide java install through packets. > > Debian does provide Java as packets. It provide OpenJDK (and that's > what XWiki indicate as default dependency) on which XWiki works well > but I guess Debian 8.5 standard repository only provides OpenJDK up to > 7. > >> As a >> result, you should execute the following commands: >> echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | >> tee /etc/apt/sources.list.d/webupd8team-java.list >> echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" >> | tee -a /etc/apt/sources.list.d/webupd8team-java.list >> apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886 >> apt-get update >> apt-get install oracle-java8-installer >> >> Only after this xwiki installation goes without problems. >> >> >> >> -- >> View this message in context: >> http://xwiki.475771.n2.nabble.com/Debian-installation-failed-tp7600759p7600802.html >> Sent from the XWiki- Users mailing list archive at Nabble.com. >> _______________________________________________ >> users mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/users > > > > -- > Thomas Mortagne -- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
