Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to [email protected]
Installing Java 8 on our VNC Plans
It is very simple to install Java 8 on our VNC plans. First, you'll need to connect via SSH, your SSH port is 6000 if you're on a plan that can use the webviewer.
If you do not know how then you can follow the tutorial available here: https://virmach.com/connect-vps-first-time-via-ssh
The commands you'd need to run in the terminal to install the software are:
If you get errors regarding "sudo" then please run this command: apt-get install sudosudo apt-get install software-properties-common -y
sudo apt-get install oracle-java8-installer
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
// Verify it's installed.
java -version
That should cover it, as always if you have issues please contact our support.
Was this answer helpful?
Also Read
Powered by WHMCompleteSolution
Not Yet Registered? Click here to signup...