I am trying to install JRE 8 to use minecraft, but I got a .tar.gz file. I have extracted the file, it is called JRE1.8.0_201 on my desktop, but I don't know what to do. Can I please have some help here? The guides I have looked at don't show what to do in a clear way.
Asked
Active
Viewed 7,599 times
0
1 Answers
2
If you download and install the latest Minecraft.deb package from minecraft.net, all necessary dependencies will be installed, including jre 8.
To install jre 8 manually, you can use the version available in pre-configured apt sources:
sudo apt install openjdk-8-jre
And to install the latest jre:
sudo apt install openjdk-11-jre

Broadsworde
- 4,132
- 4
- 28
- 45
tar zxvf jre-8u73-linux-x64.tar.gz
you can simply set a path to use it https://askubuntu.com/questions/175514/how-to-set-java-home-for-java – EODCraft Staff Feb 09 '19 at 12:18