After updating to macOS Tahoe, my Matlab 2024b text in GUI becomes super blurry
539 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Yilang
il 26 Set 2025
Commentato: Panteleimon
il 20 Nov 2025 alle 15:51
The GUI texts in both Matlab R2023a and R2024b were sharp and clear in macOS 15.7. But after I updated my MacBook Pro 2020 M1 to macOS 26.0, the texts in both Matlab versions were blurry and I have not found a way to make them sharp. I have the reasons to keep the R2023a and R2024b so please help. Thanks.
7 Commenti
Yilang
il 5 Nov 2025 alle 18:42
Modificato: Yilang
il 5 Nov 2025 alle 18:47
@kh jenv is the command within matlab and you could see the installation location of java environment. The java 11 download link is within this post or from https://www.mathworks.com/support/requirements/apple-silicon.html.
Risposta accettata
MathWorks Support Team
il 10 Ott 2025
We've done some analysis and think the issue is due to the combination of Java 8, macOS 26, and Apple Silicon. We haven't fully validated yet, but recommend that anybody having this issue verify that they are using Java 11 or newer.
This page gives system requirements and provides a link to install Java 11: MATLAB on Apple Silicon Macs
You can use the matlab_jenv, or jenv, command to configure MATLAB to use the newer JRE version.
6 Commenti
Più risposte (2)
Dan Dolan
il 16 Ott 2025
I have confirmed that R2025b looks fine in Tahoe 26.0.1 while R2024a is blurry. Mac users should strongly consider upgrading to R2025a or later, with the understanding that there will be signfiicant pain transitioning legacy interrfaces from Java to JavaScript.
Michelle Hirsch
il 9 Ott 2025
We've done some analysis and think the issue is the combination of Java 8, macOS 26, Apple Silicon. We haven't fully validated yet, but recommend that anybody having this issue verify that they are using Java 11 or newer.
You can verify your current Java version with jenv. This page gives system requirements and provides a link to install Java 11:
4 Commenti
Fares
il 28 Ott 2025 alle 4:14
I have installed the Java 11 through the provided link but how do I know it is running? or are there any adjustments I need to make after the fact.
TerpGT
il 9 Nov 2025 alle 18:14
I was able to fix my blurry/fuzzy for R2024b Apple Silicon on macos 26 by doing the following:
1 - Downloading Java 11, Mathworks link: https://corretto.aws/downloads/latest/amazon-corretto-11-aarch64-macos-jdk.pkg
2 - then I used the following command in Matlab to use Java 11 jenv("/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home")
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!