How to Uninstall ( Remove ) Java from Mac

Pubblicato il: 09 agosto 2019
sul canale di: 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 --


In questa pagina del sito puoi guardare il video online How to Uninstall ( Remove ) Java from Mac della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Programming Path 09 agosto 2019, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 2,654 volte e gli è piaciuto 28 spettatori. Buona visione!