Move usr/bin/java in Terminal

前端 未结 1 1924
慢半拍i
慢半拍i 2021-01-08 01:16

After updating to OS X 10.11, my java stopped working. I read multiple places that I should do a:

sudo mv /usr/bin/java /usr/bin/java.old
sudo ln -ns /Librar         


        
相关标签:
1条回答
  • 2021-01-08 01:41

    Seems like the problem with the new System Integration Protection (a.k.a rootless) that just got introduced with the new OS X.

    You could try to disable the rootless in recovery mode through these steps :

    1. go to recovery mode (reboot and hold down Command + R keys simultaneously after you hear the startup chime)
    2. When the “OS X Utilities” screen appears, pull down the ‘Utilities’ menu at the top of the screen instead, and choose “Terminal”
    3. run this command csrutil disable;reboot. This will reboot the laptop.

    After that. Then, try to run the command again and see what will happen :D.

    0 讨论(0)
提交回复
热议问题