Viewable by the world
Purpose of knowledge article
- This article will help provide a possible fix for MATLAB crashing in macOS Sonoma when closing out the Figure windows
- This fix was shared by Christian Messe
Cause
- This happens because of a compatibility issue with the JavaVM
Resolution
1 | Go to https://adoptium.net | no image |
2 | Download the OpenJDK Please make sure you download the correct OpenJDK version | no image |
3 | Follow the onscreen instruction to install it | no image |
4 | Once installed, make sure MATLAB is set to use the environment by typing jenv("/Library/Java/JavaVirtualMachines/temurin-21.jdk/Contents/Home") into the MATLAB console | no image |