After updating to macOS Tahoe, my Matlab 2024b text in GUI becomes super blurry
Show older comments
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 Comments
Dan Dolan
on 26 Sep 2025
Being utterly selfhish here, can you comment as to whether versions (2025a or b) look blurry or just the older ones? Are you using the new desktop in R2024b?
John D'Errico
on 26 Sep 2025
Edited: John D'Errico
on 27 Sep 2025
(Ditto, in that I have some selfish interest here too.) I'd not be surprised if R2025b looks fine. (I was going to upgrade my Mac soon. But I have a pretty new Mac. Yours is moderately old. Well, these days, 5 or 6 years is starting to feel old. Sigh.) Anyway, the best thing to do is to talk to tech support for an answer to your question.
Yilang
on 27 Sep 2025
What version of Java do you use with MATLAB R2024b? This can be found by calling "jenv" command in MATLAB.
A Java 11 version is mentioned in the requirement page for MATLAB R2024b on Apple Silicon Macs in case you are using Java 8:
@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.
Accepted Answer
More Answers (2)
Dan Dolan
on 16 Oct 2025
1 vote
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.
1 Comment
Maria
on 4 Nov 2025
It worked, thank you
Michelle Hirsch
on 9 Oct 2025
0 votes
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:
8 Comments
Dan Dolan
on 9 Oct 2025
Can anyone confirm if the issue is confined to MATLAB releases prior to 2025a and/or 2023b-2024b with the new desktop? I've given up using older MATLAB releases on Macs, at least for anything graphical, due to persistent crashes. Some people claim that certain versions of Java are better than others in this regard, but these sorts of changes never fixed the problem for me.
I spent a lot of time migrating graphical interfaces from legacy Java to JavsScript over the last six months. If blurriness is purely a Java issue, upgrading to macOS Tahoe shouldn't be a problem for MATLAB 2025a or later. Otherwise, it would be nice to know if I should tell my Mac users to stay with Sequioa until the problem is resolved.
Michelle Hirsch
on 9 Oct 2025
We believe this is only an issue for releases 24b and earlier. We haven't seen or heard of issues with 25a and 25b.
Fares
on 28 Oct 2025
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
on 9 Nov 2025
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")
Thomas Carpenter
on 20 Jan 2026
@Michelle Hirsch, does Mathworks also support the use of Adoptium's Java distribution for the purpose installing and running the "Native Apple silicon MATLAB"? Another page on Mathworks' site, i.e.
Versions of OpenJDK Compatible with MATLAB by Release
states Adoptium's Java distribution is supported "for use as the Java used by MATLAB" but not specifically to support "Native Apple silicon MATLAB".
Michelle Hirsch
on 20 Jan 2026
I'll double check, but I would expect it is.
Michelle Hirsch
on 21 Jan 2026
I've confirmed that this is supported - the list of supported OpenJDK versions is for all supported platforms.
Categories
Find more on Call Java from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!