doc: mention Java version 8 is required

Ref: #3543
This commit is contained in:
Buddhika Jayawardhana 2019-01-08 22:15:05 +05:30 committed by Saúl Ibarra Corretgé
parent 634f304815
commit 16f47e5e0a
1 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ unzip jitsi-videobridge-linux-{arch-buildnum}.zip
Install JRE if missing:
```
apt-get install default-jre
apt-get install openjdk-8-jre
```
_NOTE: When installing on older Debian releases keep in mind that you need JRE >= 1.7._
@ -182,7 +182,7 @@ Or autostart it by adding the line in `/etc/rc.local`:
Install JDK and Maven if missing:
```
apt-get install default-jdk maven
apt-get install openjdk-8-jdk maven
```
_NOTE: When installing on older Debian releases keep in mind that you need JDK >= 1.7._