You are not logged in.
How would I install JRE version 8?
Last edited by Head_on_a_Stick (2016-12-27 22:43:32)
Offline
How would I install JRE version 8?
First, add the jessie-backports repositories by using this command:
sudo apt edit sources
Add this line to the file:
deb http://httpredir.debian.org/debian jessie-backports main contrib non-free
Then save the file and update the package database with:
sudo apt update
Finally, install the package with the backports repository targeted:
sudo apt install -t jessie-backports openjdk-8-jre
https://packages.debian.org/jessie-back … njdk-8-jre
I have split your question into it's own thread as others may find this useful
Last edited by Head_on_a_Stick (2016-12-23 07:19:32)
Offline
ah, lovely. Thank you.
Sorry I didn't put it in its own thread in the first place
Offline
No problem, I have marked the thread [SOLVED] -- you can do this yourself next time by editing the title of the first post in the thread
Offline