Habilitar Java 6 web plugin y Web Start en MacOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1. Abrir el terminal y situarte en la carpeta Utilities. | |
# 2. Escribir el siguiente comando y presionar la tecla enter: | |
sudo mkdir -p /Library/Internet\ Plug-Ins/disabled | |
# 3. Escribir el siguiente comando y presionar la tecla enter: | |
sudo mv /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin /Library/Internet\ Plug-Ins/disabled | |
# 4. Escribir el siguiente comando y presionar la tecla enter: | |
sudo ln -sf /System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin | |
# 5. Escribir el siguiente comando y presionar la tecla enter: | |
sudo ln -sf /System/Library/Frameworks/JavaVM.framework/Commands/javaws /usr/bin/javaws |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment