Vul Posted July 27, 2023 Share Posted July 27, 2023 1. Download Java 11 1. If you're unable to load the client after downloading the .jar file on your Mac you'll need to install Java 11 2. To download Java 11 from Oracle you'll need to navigate to this link 2. Configure Java 11 1. If you're still unable to open the client, you need to set your Mac to use Java 11 (as it's still using the other version of Java you have installed) 2. Navigate to " Find -> Applications -> Utilities -> Terminal " and copy and paste this in "ls /Library/Java/JavaVirtualMachines/ " this will list you all currently installed Java versions on your mac 3. To remove the one you had before the above download, type " sudo rm -fr /Library/Java/JavaVirtualMachines/jdk-X.X.X.jdk " where you replace X.X.X with whatever Java showed up in your list above 4. Restart your computer as it will now be using Java 11 Link to comment Share on other sites More sharing options...
Recommended Posts