-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java 8 ubuntu 14.04 #96
Comments
|
seeing issue with uploader addon
|
For a new installation ,
E: Package 'openjdk-7-jdk' has no installation candidate E: Package 'openjdk-7-jdk' has no installation candidate |
Hmm I guess that the new Ubuntu update has dropped java 7? Which version of ubuntu are you running? |
Yes, i use Ubuntu 16.04 LTS. |
Java 8 not installing when java 8 chosen with ubuntu 14.04
manually adding
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections
sudo apt-get install oracle-java8-installer
sudo update-java-alternatives -s java-8-oracle
interestingly it seems ubuntu 14.04 with java 8 from above causes preview problems with doc xls
this reminds me of what we saw before but not seeing errors in catalina
http://pastebin.com/w3qQmzSR
The text was updated successfully, but these errors were encountered: