User Tools

Site Tools


player:tutorials:java:mac

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
player:tutorials:java:mac [2020/07/01 18:31] – created calloattiplayer:tutorials:java:mac [2023/11/15 00:26] binaris00
Line 1: Line 1:
-TODO Install/Verify Java Mac+====== Instalar/Verificar Java (macOS) ====== 
 + 
 +Necesitaras Java instalado si quieres: 
 + 
 +  * Ejecutar el 'Archivo universal' para instalar Fabric 
 +  * Instalar un servidor hecho en Fabric. [[es:player:tutorials:install_server|CLI guia disponible aqui]]  
 +  * Ejecutar Minecraft en MultiMC o Prism Launcher 
 +  * Ejecutar ATLauncher o Technic Launcher 
 +  * Cambiar la opción por defecto de “JAVA EXECUTABLE” a otro Java en el Minecraft Launcher “Installation” 
 + 
 +---- 
 + 
 +===== Usando Homebrew ===== 
 + 
 +Instala [[https://brew.sh/|Homebrew]] si no lo tienes instalado: 
 + 
 +<code sh> 
 +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 
 +</code> 
 + 
 +Luego, instala la última versión de Java: 
 + 
 +<code sh> 
 +brew install openjdk 
 +</code> 
 +===== Manualmente ===== 
 + 
 +==== PASO 1: Verifica si Java ya está instalado ===== 
 + 
 +Abre la plataforma de lanzamiento presionando F4 y escribe en la terminal. \\ 
 +{{:player:tutorials:java:launchpad.png?150|}} 
 + 
 +Además, puedes también hacerlo con `Spotlight` presionando Command + Space. \\ 
 +{{:player:tutorials:java:spotlight.png?400|}} 
 + 
 +Luego, escribe el siguiente comando. \\ 
 +{{:player:tutorials:java:java_command.png?200|}} \\ 
 + 
 +TODO : Continuar con la traduccion 
 + 
 +Most newer macs ship Java 8, so you should see something like this. \\ 
 +{{:player:tutorials:java:original_java8.png?400|}} \\  
 + 
 +If not, you might find an older version of java. \\ 
 +{{:player:tutorials:java:original_java6.png?400|}} 
 + 
 +Some macs do not ship java by default, and you will be prompted to install it from java.com. You can ignore it and continue to the next step. \\ 
 + 
 +==== STEP 2: Uninstall previous Java versions ==== 
 + 
 +This process is not necessary, but if you would like to uninstall an older version of java that came with your mac, for example, Java 5 or 6, you can use the [[https://www.java.com/en/download/uninstalltool.jsp|Java Uninstall Tool]] provided by Oracle to help uninstall them. 
 + 
 +==== STEP 3: Install Java ==== 
 + 
 +To download the Java installer, go [[https://adoptium.net/en-GB/temurin/releases/?os=mac&version=8|here]] \\ 
 + 
 +For better compatibility pick Version 8 of Java and the HotSpot JVM, and then download the .pkg installer for the JRE. \\ 
 +{{:player:tutorials:java:adoptopenjdk-mac.png?400|}} \\ 
 + 
 +{{:player:tutorials:java:pkg.png?200|}} \\ 
 + 
 +Open the installer that you just downloaded. \\ 
 +{{:player:tutorials:java:installer.png?400|}} \\ 
 +{{:player:tutorials:java:installation-start.png?400|}} 
 + 
 +Click on the Continue button until you reach the Installation Type page. Here, you can change the installation disk. It is recommended to install java on the same disk as your operating system. 
 + 
 +While installing, you should see an alert box. You will need administrator privileges to install. Type in an Administrator's username and password to continue. \\ 
 +{{:player:tutorials:java:admin.png?400|}} \\ 
 + 
 +If you've done everything correctly, you should see something like this \\ 
 +{{:player:tutorials:java:complete.png?400|}} \\ 
 + 
 +Finish the installation, choose whether to delete the installer or not and then go back to Step 1 to verify that Java was installed correctly.\\ 
 +{{:player:tutorials:java:finished_java.png?400|}}
player/tutorials/java/mac.txt · Last modified: 2023/12/27 12:34 by mineblock11