I just installed Minecraft from app store and that takes care of it. Why complicate? Answer from Zars on reddit.com
🌐
Fabric Documentation
docs.fabricmc.net › players › installing-java › linux
Installing Java on Linux | Fabric Documentation
April 2, 2026 - This guide will walk you through installing Java 25 on Linux. The Minecraft Launcher comes with its own Java installation, so this section is only relevant if you want to use the Fabric .jar based installer, or if you want to use the Minecraft Server .jar.
🌐
Reddit
reddit.com › r/linuxmint › how can you install java for minecraft?
r/linuxmint on Reddit: How can you install java for minecraft?
June 17, 2020 - If you're ever in need of installing ... move it to /usr/lib/jvm/ ( e.g. sudo mv java8_252 /usr/lib/jvm) run sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/java8_252/bin/java 10 ......
Discussions

[How To]: Install Minecraft & Basic Modding on Linux/Ubuntu - Discussion - Minecraft: Java Edition - Minecraft Forum - Minecraft Forum
***NOTE*** The following is a guide to installing Minecraft on Ubuntu, I did these exact steps on my Ubuntu 12.04 laptop, and MInecraft works perfectly. If... More on minecraftforum.net
🌐 minecraftforum.net
June 6, 2013
How to run Minecraft 1.17 under Feodra or Ubuntu Based Linux Distros (Java 16 install)
Hello. I'm still unable to run 1.17. I have a Lenovo T540p with the following: ~$ uname -a Linux [hostname] 5.4.0-77-generic #86-Ubuntu SMP Thu Jun 17 02:35:03 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux ~$ java -version openjdk version "16.0.1" 2021-04-20 OpenJDK Runtime Environment (build 16.0.1+9-Ubuntu-120.04) OpenJDK 64-Bit Server VM (build 16.0.1+9-Ubuntu-120.04, mixed mode, sharing) ~$ cat /proc/cpuinfo |grep "model name" model name : Intel(R) Core(TM) i5-4200M CPU @ 2.50GHz Supposed to have "Intel HD Graphics 4600" The Error Log for the Minecraft launcher ends thusly: 22:40:07.037 Error: LinkageError occurred while loading main class net.minecraft.client.main.Main java.lang.UnsupportedClassVersionError: net/minecraft/client/main/Main has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 57.0 22:40:07.037 Process crashed with exit code 1 Any ideas? PS, I also tried it with Oracle Java 16. It also crashes but gives no Error console output. 1.16.5 runs fine under either vendor's Java. More on reddit.com
🌐 r/Minecraft
2
15
June 25, 2021
How can you install java for minecraft?
I just installed Minecraft from app store and that takes care of it. Why complicate? More on reddit.com
🌐 r/linuxmint
5
6
June 17, 2020
Does Minecraft Java Edition run on Linux?

Java runs on linux, and minecraft java edition does as well.

You can also run bedrock on linux. Using this: https://github.com/ChristopherHX/mcpelauncher-manifest

I bought bedrock on my (android) phone and use that to run it on my PC.

More on reddit.com
🌐 r/Minecraft
8
4
April 6, 2020
🌐
Everyday Linux User
everydaylinuxuser.com › 2013 › 12 › how-to-install-minecraft-for-ubuntu.html
How to install Minecraft for Ubuntu Linux « Everyday Linux User
Right click on the file and change the permissions. Add the tick to the executable bit.Delete ... with ubuntu 13.10 right after you give it executable permission... you then right click on the jar file and select open with openjdk7 and it launches ...
🌐
AddictiveTips
addictivetips.com › home › how to play minecraft on linux
How To Play Minecraft On Linux
October 24, 2022 - Good news! It just so happens that Oracle distributes an RPM that can be used to easily install Java 8. To install, first download the RPM file. From there, follow the commands below: ... Now that Java is up and running, it’s time to install Minecraft on Linux.
🌐
Fabric Wiki
wiki.fabricmc.net › player:tutorials:java:linux
Install/Verify Java (Linux) [Fabric Wiki]
July 5, 2024 - Install Java using your distribution's package manager. This step will vary across distros, so in case it is not listed here, please refer to your distro's documentation. Convention: commands starting with a # must be run with privilges like so sudo [command] [options].
🌐
GeeksforGeeks
geeksforgeeks.org › installation guide › how-to-install-minecraft-on-linux
How to Install Minecraft on Linux ? - GeeksforGeeks
October 8, 2024 - Minecraft is one of the most popular sandbox video games developed by Mojang, originally created by Markus "Notch" Persson using the Java programming language. If you're an experienced gamer or new to the Minecraft world, playing it on Linux is easy with the right instructions. Here, we will walk you through the process of downloading and installing Minecraft on Linux systems, including Ubuntu, Debian, and other Linux distributions. If you don't have OpenJDK installed, then install it by entering the following commands in Terminal.
Find elsewhere
🌐
Sparked Host
help.sparkedhost.com › en › article › how-to-install-java-run-a-minecraft-server-on-a-linux-vps-4cy2pi
How to install Java & run a Minecraft server on a Linux VPS | Sparked Host Knowledge Base
November 11, 2022 - To install Java 16 (Recommended for Minecraft 1.17 - 1.17.1), Launch terminal, Run the command sudo apt install openjdk-16-jdk -y. To install Java 17 (Recommended for Minecraft 1.18 - Newer Versions), Launch terminal, Run the command sudo apt install openjdk-17-jdk -y.
🌐
Puppy Linux Discussion Forum
oldforum.puppylinux.com › board index › house training › howto ( solutions )
HOWTO manually install JAVA and MINECRAFT - (old)Puppy Linux Discussion Forum
July 13, 2021 - # tar -xvf jre-8u73-linux-x64.tar.gz # mkdir /usr/java/ # mv jre1.8.0_73/ /usr/java/ # ln -s /usr/java/jre1.8.0_73/bin/* /usr/bin/ Download Minecraft.jar from : https://minecraft.net/download Run it from console :
🌐
Prism Launcher
prismlauncher.org › wiki › getting-started › installing-java
Installing Java | Prism Launcher Wiki
In Prism Launcher 9.0+, you can let the launcher handle Java automatically on Windows, macOS and Linux (not available in all packages) by enabling “Autodetect Java version” and “Auto-download Mojang Java” in: ... This will make the launcher automatically download the right version of Java for your version of Minecraft (Java 8 for pre-1.17, Java 17 for 1.17-1.20.4, etc.).
🌐
LinuxForDevices
linuxfordevices.com › home › install and setup minecraft on linux – a complete guide
Install and setup Minecraft on Linux - A complete guide - LinuxForDevices
December 8, 2020 - Visit here for complete instructions on installing Java on Debian Linux. Java ( specifically JRE) is provided by the OpenJDK package(Any version of JDK >=8 will do) . You can install it using the apt command
🌐
Minecraft Forum
minecraftforum.net › home › minecraft forum › minecraft: java edition › discussion › [how to]: install minecraft & basic modding on linux/ubuntu
[How To]: Install Minecraft & Basic Modding on Linux/Ubuntu - Discussion - Minecraft: Java Edition - Minecraft Forum - Minecraft Forum
June 6, 2013 - Select the line saying "Save File." Now you have installed the minecraft.jar. This alone might work for some of you, but if not, then you need to install "OpenJDK Java 6 Runtime." You might be thinking to yourself "But isn't there a Java 7 Runtime?" The answer to that is yes, but for whatever reason, it will not work for launching Minecraft.
🌐
Linux Hint
linuxhint.com › install_minecraft_linux
How to Install Minecraft on Linux? – Linux Hint
Keep in mind that there are several versions of Minecraft, and this article is about Minecraft: Java Edition. Thanks to the official .DEB package, installing Minecraft on Ubuntu and its derivatives is a breeze, and the whole process won’t take you more than a few minutes. The first thing you need to do is download the Minecraft .DEB package from Minecraft’s official website. You can either open the alternative download page in your favorite web browser and download it from there, or you can use the following command and download the package to your home folder using wget:
🌐
Pi My Life Up
pimylifeup.com › home › how to install minecraft java edition on ubuntu
How to Install Minecraft Java Edition on Ubuntu - Pi My Life Up
February 28, 2026 - In this tutorial, we will be showing you how to install Minecraft Java Edition to the Ubuntu operating system.
🌐
LinuxVox
linuxvox.com › blog › minecraft-java-linux
Minecraft Java Edition on Linux: A Comprehensive Guide — linuxvox.com
The game stores its configuration files, worlds, and mods in specific directories. For example, the default Minecraft directory in Linux is usually ~/.minecraft. First, you need to install Java on your Linux system. For Ubuntu or Debian-based systems, you can use the following commands:
🌐
LinuxForDevices
linuxfordevices.com › home › how to install minecraft on linux?
How to Install Minecraft on Linux? - LinuxForDevices
November 16, 2023 - In this article, we discussed how we can install, set up and run Minecraft Java edition on our Linux system.
🌐
It's FOSS
itsfoss.com › install-minecraft-ubuntu
Here's How I Managed to Install Minecraft on Ubuntu Linux
December 18, 2025 - Java is required to run Minecraft. So, you should install a proper Java runtime on your system. You have two main opti ons: OpenJDK: Easily installable from Ubuntu's repositories but I noticed a slight lag in movement during gameplay. OracleJDK: Deb file needs to be downloaded from Oracle's website but I find smoother movement with it. You can install the open-source OpenJDK using the command below:
🌐
Minecraft Hopper
minecrafthopper.net › help › installing-java
How to install Java | MinecraftHopper
January 15, 2026 - You can check if a version of Java is already installed on your computer by following these instructions. First, open up a terminal (Win11, macOS, Linux) or Command Prompt (Win10, Win8.1, Win7)
🌐
ArchWiki
wiki.archlinux.org › title › Minecraft
Minecraft - ArchWiki
The unofficial Bedrock Minecraft ... mcpelauncher-linuxAUR. See Minecraft/Java Edition server for more information on how to set up a Minecraft Java server. The Bedrock Minecraft server can be installed via the minecraft-bedrock-serverAUR package. It provides a systemd unit file. This package creates a separate minecraft-bedrock account. To start the server, you may either use systemd or run it directly from the command line...
🌐
How-To Geek
howtogeek.com › home › linux › how to install minecraft on ubuntu or any other linux distribution
How to Install Minecraft on Ubuntu or Any Other Linux Distribution
July 5, 2022 - To use the PPA, open a terminal (click the Dash icon, search for Terminal, and click the Terminal shortcut) and run the following commands, pressing Enter after each: ... Agree to the prompts and accept Oracle's Java license agreement when prompted. Use the Tab key to select "Ok" in the terminal, then hit Enter. Use arrow keys to move between "Yes" and "No" when necessary. Next, download Minecraft.