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

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
player:tutorials:java:mac [2020/07/02 15:32] – Added installation instructions for Java on Mac OS boogiemonster1o1player:tutorials:java:mac [2023/11/15 00:26] binaris00
Line 1: Line 1:
-===== Install/Verify Java (Mac OS) =====+====== Instalar/Verificar Java (macOS======
  
-You will need Java installed if you want to:+Necesitaras Java instalado si quieres:
  
-  * run the current version of the Fabric Installer +  * Ejecutar el 'Archivo universal' para instalar Fabric 
-  * use MultiMC +  * Instalar un servidor hecho en Fabric. [[es:player:tutorials:install_server|CLI guia disponible aqui]]  
-  * change the default "JAVA EXECUTABLE" to other than the bundled Java runtime in a Minecraft Launcher "Installation"+  * Ejecutar Minecraft en MultiMC o Prism Launcher 
 +  * Ejecutar ATLauncher o Technic Launcher 
 +  * Cambiar la opción por defecto de “JAVA EXECUTABLE” otro Java en el Minecraft Launcher Installation
  
 ---- ----
-==== STEP 1: Verify if Java is already installed ==== 
  
-Open launchpad by pressing F4 and type in terminal. \\+===== 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|}} {{:player:tutorials:java:launchpad.png?150|}}
  
-Alternativelyyou could also do it with Spotlight by pressing Command + Space. \\+Ademáspuedes también hacerlo con `Spotlight` presionando Command + Space. \\
 {{:player:tutorials:java:spotlight.png?400|}} {{:player:tutorials:java:spotlight.png?400|}}
  
-Nexttype in the following command. \\+Luegoescribe el siguiente comando. \\
 {{:player:tutorials:java:java_command.png?200|}} \\ {{: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. \\ Most newer macs ship Java 8, so you should see something like this. \\
Line 25: Line 45:
 {{:player:tutorials:java:original_java6.png?400|}} {{: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 ====+ 
 +==== STEP 2Uninstall 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. 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://adoptopenjdk.net/releases.html|here]] \\+==== 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. \\ For better compatibility pick Version 8 of Java and the HotSpot JVM, and then download the .pkg installer for the JRE. \\
player/tutorials/java/mac.txt · Last modified: 2023/12/27 12:34 by mineblock11