Come disinstallare Java 1.8 sotto OS X 10.10 Yosemite?

9

Ci sono alcune risposte su vecchie domande sullo stesso problema in Lion / Mountain Lion. Ora con Java 1.8 e OS X 10.10 mi chiedo se qualcosa è cambiato? Sarebbe bello avere passaggi di rimozione esatti.

Viene davvero chiesto troppo, perché Oracle fornisca un programma di disinstallazione appropriato?

    
posta foss 06.03.2015 - 20:04
fonte

3 risposte

12

link dice

To uninstall the JRE, you must have Administrator privileges and execute the remove commands either as root or by using the sudo(8) tool.

Remove one directory and one file (a symlink), as follows:

  • Navigate to /Library/Internet Plug-Ins and remove the JavaAppletPlugin.plugin directory.

  • Navigate to /Library/PreferencePanes and remove JavaControlPanel.prefpane.

Do not attempt to uninstall Java by removing the Java tools from /usr/bin. This directory is part of the system software and any changes will be reset by Apple the next time you perform an update of the OS

Fatto. Guardando bene Continuo a pensare che siano le cattive intenzioni a non offrire un programma di disinstallazione. Sono contento che questo è fuori dal mio sistema.

Comandi per "Inclinazione del terminale:

sudo rm -rf /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/
sudo rm -rf /Library/PreferencePanes/JavaControlPanel.prefPane
    
risposta data 13.03.2015 - 21:24
fonte
2

Un programma di disinstallazione potrebbe essere utile, ma devi letteralmente trascinare un file nel cestino. Non sembra troppo difficile.

Per Java.com :

To uninstall Java, you must have Administrator privileges.

  1. Click on the Finder icon located in your dock
  2. Click on Applications tab on the sidebar
  3. In the Search box enter JavaAppletPlugin.plugin
  4. This will find the JavaAppletPlugin.plugin file
  5. Right click on JavaAppletPlugin.plugin and select Move to Trash
    
risposta data 06.03.2015 - 20:40
fonte
0

Esegui solo questi comandi

 sudo rm -rf /Library/Java/*

 sudo rm -rf /Library/PreferencePanes/Java*

 sudo rm -rf /Library/Internet\ Plug-Ins/Java*
    
risposta data 27.03.2018 - 07:40
fonte

Leggi altre domande sui tag