La guía o código que hallarás en este post es la solución más fácil y válida que encontramos a esta duda o problema.
Ejemplo: cómo agregar java_home en mac
1.Open terminal window
2.Type command: $ vim ~/.bash_profile and HitEnter3.Type command: $ export JAVA_HOME=$(/usr/libexec/java_home) and press Escape key forSave changes.4.Type command::(colon)wq,It will Save and close .bash_profile file.5.Type command: source ~/.bash_profile and hit Enter6.Now we can check the value of the JAVA_HOME variable:7.TypeCommand: echo $JAVA_HOME
The result should be the path tothe JDK installation:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home
Calificaciones y reseñas
Te invitamos a ayudar nuestra labor poniendo un comentario y puntuándolo te estamos eternamente agradecidos.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)