Jump to content
Sign in to follow this  
Kong

Right click not working (FIX for Mac)

Recommended Posts

Step 1. go to the "Finder" on your doc.

Step 2. In the search bar type "Utilities" and scroll down until you find the utilities folder, open it.

Step 3. In another window open /Library/Java/JavaVirtualMachines/  find what version of JDK you have. If it is over JDK9.(something) this is your issue.

Step 4. GO to the first window with your version of JDK in mind and open your terminal. In your terminal copy and paste what is in brackets below...

[sudo rm -fr /Library/Java/JavaVirtualMachines/jdk-9.jdk/]

[sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin]

[sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane]

Make sure that in the first line you replace "/jdk-9.jdk/" with "jdk-9.(your version).jdk/"

Press enter after each line and it will look like nothing happened, but JDK 9.whatever you had will be uninstalled. 

Step 5. Go to; http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html and download Java SE Development Kit 8u161 for macOS.

Step 6. Finish the install, reboot the client and presto, all your problems are solved. 

  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×