← Back to team overview

openjdk team mailing list archive

Bug#851667: #851667 "fix" breaks openjdk 8 on Jessie

 

Thanks!!! This fix worked for me on the Google Cloud Debian spin, which uses jessie-backports.

On Sun, 5 Feb 2017 00:57:35 -0500 Darrin Swanson <darrin.j.swanson@xxxxxxxxx> wrote:
I was able to fix this issue with the information from the following link:

http://unix.stackexchange.com/questions/342403/openjdk-8-jre-headless-depends-ca-certificates-java-but-it-is-not-going-to-be

I was able to use the following command from that page to reinstall
openjdk-8-jre-headless and ca-certificates-java

apt install -t jessie-backports  openjdk-8-jre-headless ca-certificates-java

I then used

apt-get install openjdk-8-jre

to finish off the installation since that package was unaffected by the
ca-certificates-java package.