Installation Errors

dkuo

New Member
Hello,
We are trying install Web Call Server on a new Ubuntu machine. When I tried to run the installation script I get the following error:
ERROR: The Java version should be 1.8 or higher

But here is our Java version:
java 11.0.1 2018-10-16 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode)

Regards,
David K.
 

Max

Administrator
Staff member
Hello.
Please install Oracle JDK 8 as described in our docs or, if you prefer to use apt-get, as described in this article.
JDK is more useful than JRE, it contains some debugging tools.
 
Top