Point to OpenJDK instead of Oracle Java

This commit is contained in:
Salt 2021-08-11 01:05:06 -05:00
parent c459302873
commit bad0005ca8
1 changed files with 4 additions and 12 deletions

View File

@ -28,19 +28,11 @@
<h2>1. Installing Java</h2> <h2>1. Installing Java</h2>
<p>Minecraft depends on Java. It's important that you have the latest 64-bit edition of Java installed.</p> <p>Minecraft depends on Java. It's important that you have the latest 64-bit edition of Java installed.</p>
<ol> <ol>
<li>Go to <a href="https://www.java.com/en/download/manual.jsp">Java Downloads</a></li> <li>Go to <a href="https://adoptium.net/">Adoptium</a></li>
<li>Download and run the "Windows Offline (64-bit)" option</li> <li>Select "OpenJDK 8"</li>
<li>Click "Latest release"</li>
<li>Run through the installer</li>
</ol> </ol>
<div class="warning">
<i class="badge fa fa-warning"></i>
Ensure you do NOT install the 32-bit version of Java! Doing so may result in some of the following weird errors:
<ul>
<li>Being unable to launch a pack with over 4GB of memory allocated</li>
<li>"Java could not be invoked with the arguments specified"</li>
<li>Other random nebulous errors from MultiMC</li>
</ul>
If you're not sure whether or not you've installed 32-bit Java, uninstall and reinstall it just to be on the safe side.
</div>
</div> </div>
<div class="subcontainer" id="multimc"> <div class="subcontainer" id="multimc">
<h2>2. Installing MultiMC</h2> <h2>2. Installing MultiMC</h2>