Moderator: moderators
sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-7-jre foxbjk@Zoidberg:~$ dpkg --get-selections | grep openjdk
openjdk-7-jre-headless:amd64 deinstall
openjdk-8-jre:amd64 install
openjdk-8-jre-headless:amd64 install
openjdk-9-jre:amd64 install
openjdk-9-jre-headless:amd64 install
dreamwraith wrote:Got it running here. I just had to install openjdk-8 instead of 7, and then start it up.
FoxBJK wrote:dreamwraith wrote:Got it running here. I just had to install openjdk-8 instead of 7, and then start it up.
Please give more details about your setup if you can. I have openjdk-8 installed already, but Subsonic still doesn't work. What's worse is that I can't even get it to restart. Command line, nor the logs, show a single error.
sudo update-alternatives --display java sudo update-alternatives --config java insann wrote:FoxBJK wrote:dreamwraith wrote:Got it running here. I just had to install openjdk-8 instead of 7, and then start it up.
Please give more details about your setup if you can. I have openjdk-8 installed already, but Subsonic still doesn't work. What's worse is that I can't even get it to restart. Command line, nor the logs, show a single error.
maybe ubuntu still think that you're default version is version 7 and not 8 !
first see wich version you have :
- Code: Select all
sudo update-alternatives --display java
then try to change the default version :
- Code: Select all
sudo update-alternatives --config java
Insann
With no logs, how do you find problems ?
sudo apt install openjdk-8-jdk
sudo update-alternatives --config java # choose jdk-8 here
sudo service subsonic stop
sudo service subsonic start
Users browsing this forum: No registered users and 33 guests