How do I install the necessary JRE to run Minecraft [duplicate]
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
This question already has an answer here:
How do I install Java?
14 answers
How to set JAVA_HOME for Java?
3 answers
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.
java minecraft
marked as duplicate by karel, Charles Green, Thomas, Eric Carvalho, Elder Geek Feb 10 at 16:56
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How do I install Java?
14 answers
How to set JAVA_HOME for Java?
3 answers
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.
java minecraft
marked as duplicate by karel, Charles Green, Thomas, Eric Carvalho, Elder Geek Feb 10 at 16:56
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
After you upack the tarballtar zxvf jre-8u73-linux-x64.tar.gz
you can simply set a path to use it askubuntu.com/questions/175514/how-to-set-java-home-for-java
– EODCraft Staff
Feb 9 at 12:18
Using Apt Source is easiest by far....
– EODCraft Staff
Feb 9 at 12:23
add a comment |
This question already has an answer here:
How do I install Java?
14 answers
How to set JAVA_HOME for Java?
3 answers
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.
java minecraft
This question already has an answer here:
How do I install Java?
14 answers
How to set JAVA_HOME for Java?
3 answers
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.
This question already has an answer here:
How do I install Java?
14 answers
How to set JAVA_HOME for Java?
3 answers
java minecraft
java minecraft
edited Feb 9 at 11:55
Broadsworde
1,0122922
1,0122922
asked Feb 9 at 3:55
Zachary BerkowitzZachary Berkowitz
13
13
marked as duplicate by karel, Charles Green, Thomas, Eric Carvalho, Elder Geek Feb 10 at 16:56
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, Charles Green, Thomas, Eric Carvalho, Elder Geek Feb 10 at 16:56
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
After you upack the tarballtar zxvf jre-8u73-linux-x64.tar.gz
you can simply set a path to use it askubuntu.com/questions/175514/how-to-set-java-home-for-java
– EODCraft Staff
Feb 9 at 12:18
Using Apt Source is easiest by far....
– EODCraft Staff
Feb 9 at 12:23
add a comment |
After you upack the tarballtar zxvf jre-8u73-linux-x64.tar.gz
you can simply set a path to use it askubuntu.com/questions/175514/how-to-set-java-home-for-java
– EODCraft Staff
Feb 9 at 12:18
Using Apt Source is easiest by far....
– EODCraft Staff
Feb 9 at 12:23
After you upack the tarball
tar zxvf jre-8u73-linux-x64.tar.gz
you can simply set a path to use it askubuntu.com/questions/175514/how-to-set-java-home-for-java– EODCraft Staff
Feb 9 at 12:18
After you upack the tarball
tar zxvf jre-8u73-linux-x64.tar.gz
you can simply set a path to use it askubuntu.com/questions/175514/how-to-set-java-home-for-java– EODCraft Staff
Feb 9 at 12:18
Using Apt Source is easiest by far....
– EODCraft Staff
Feb 9 at 12:23
Using Apt Source is easiest by far....
– EODCraft Staff
Feb 9 at 12:23
add a comment |
1 Answer
1
active
oldest
votes
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
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
add a comment |
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
add a comment |
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
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
edited Feb 9 at 8:10
answered Feb 9 at 6:27
BroadswordeBroadsworde
1,0122922
1,0122922
add a comment |
add a comment |
After you upack the tarball
tar zxvf jre-8u73-linux-x64.tar.gz
you can simply set a path to use it askubuntu.com/questions/175514/how-to-set-java-home-for-java– EODCraft Staff
Feb 9 at 12:18
Using Apt Source is easiest by far....
– EODCraft Staff
Feb 9 at 12:23