You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

OpenJDK is available for Debian 8 via backports. Thus if you wish to use OpenJDK 8, install ODN as described in Installation and Upgrade Manual and then:

  1. Add jessie-backports repository to your apt configuration:
    echo "deb http://ftp.de.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/jessie-backports.list
  2. Update apt sources:
    aptitude update
  3. Install OpenJDK 8:
    aptitude install openjdk-8-jre-headless
  4. Configure OpenJDK 8 as default:
    update-alternatives --config java
    and enter the number for selection belonging to version 8

 

  • No labels