How to Uninstall ( Remove ) Java from Mac

Publicado em: 09 Agosto 2019
no canal de: Programming Path
2,654
28

In this video, we are going to see ,how to uninstall java from Mac operating system ( OS ) .

First of all, open your terminal .You can open your terminal in following ways:

1. Finder | Go | Utilities | Terminal
2. CMD + Space ( and type terminal )


once you open your terminal...

you can remove your JRE ( Java Runtime Environment ) with these commands

sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin 
sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane 
sudo rm -fr ~/Library/Application\ Support/Oracle/Java


Now, in your terminal go to this directory ( Library/Java/JavaVirtualMachine ) as

cd /Library/Java/JavaVirtualMachine


and finally, you can remove your JDK ( Java Development Kit ) with this command

sudo rm -rf jdk-your_jdk_version.jdk

Keywords:
How to uninstall java from Mac OS Mojave
How to uninstall java completely
How to uninstall java on Mac OS Mojave
Uninstalling java jdk
Mojave


-- Programming Path --


Nesta página do site você pode assistir ao vídeo on-line How to Uninstall ( Remove ) Java from Mac duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Programming Path 09 Agosto 2019, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 2,654 vezes e gostou 28 espectadores. Boa visualização!