Java 10.6 Update 16 issue on OsX 10.6
조회 수: 11 (최근 30일)
이전 댓글 표시
Hello all,
Hereby I would like to kindly ask for solutions on a specific issue. I'm on a Mac, OSX10.6.8, using Matlab R1012a.
Today I have installed the latest update of Java (Java 10.6 update 16 which is Java SE 6 1.6.0_51) and now Matlab doesn't work anymore. Not any menu is clickable, the only thing I can do is Quit.
This issue might be related to the Bug Report "Parallel Computing Toolbox code fails with Java Virtual Machine update 1.6.0_39" which did the trick at that moment.
How can I proceed?
Kind regards,
ing. Stijn Michielse Maastricht University The Netherlands
댓글 수: 1
Andreas Goser
2013년 6월 19일
편집: Andreas Goser
2013년 6월 19일
You mean applying the steps in this bug report lead to a working MATLAB? http://www.mathworks.com/support/bugreports/919688
답변 (10개)
Sean de Wolski
2013년 6월 24일
편집: Sean de Wolski
2013년 6월 24일
This issue is due to a bug in the Java security updates that Apple released for Mac OS X (as mentioned above). These updates install Java 1.6.0_51 and the exact build number looks like this (ending with M4508):
Java™ SE Runtime Environment (build 1.6.0_51-b11-456-10M4508) You can check if you have installed the xM4508 versions by running any one of the following commands on the Terminal of your Mac OS X:
java -version
OR
/usr/libexec/java_home -v 1.6 -exec java -version
If you have previously installed the xM4508 versions of the Java updates you can upgrade to the fixed xM4509 version by manually installing the following update:
- Mac OS 10.7.x and 10.8.x:================
- Mac OS 10.6.x:================
Confirm that you have the updated Java version by executing any of the above two commands. The exact build number looks like this (ending with M4509):
Java™ SE Runtime Environment (build 1.6.0_51-b11-457-10M4509)
If you had not originally installed http://support.apple.com/kb/DL1572 or http://support.apple.com/kb/DL1573 updates already (ending with M4508), you should receive this fix (ending with M4509) automatically through Software Update / App Store.
댓글 수: 1
Jens
2013년 6월 19일
You are not alone. I have got the same problem but no solution up to now.
댓글 수: 1
Andreas Goser
2013년 6월 19일
User Jens filed a Technical Support request earlier today. I will assign a support engineer to that now and make sure updates are posted to this thread.
Andreas Goser
2013년 6월 19일
I encourage you to try the R2013b PreRelease. To my best knowledge, countermeasures to the negative impact of Java updates in past releases have been applied.
댓글 수: 2
Stewart
2013년 6월 20일
Mathworks chooses not to support 10.6.8 (which is beyond me as windows XP is still supported indefinitely) for any future updates, though according to the roadmap ( http://www.mathworks.com/support/sysreq/roadmap.html ) a 2 year support model is in effect. (Unclear what that means.) For 10.6 users, R2012b is the last version mathworks will allow to be installed.
Pierre S.
2013년 6월 19일
I also have this problem. The Matlab window seems to be frozen. But actually, any action that you make (e.g. typing in the command window) is taken into account once I resize the window (I notice that by chance...).
If you have any solution, I am interested to know it!
댓글 수: 0
Benjamin
2013년 6월 19일
For what it's worth, I'm in the same boat. However, I'm using 2010a. So whatever the Java update broke, it's not restricted to version 2012a.
Ben
댓글 수: 0
Jules
2013년 6월 19일
I downgraded Java to get things working again, as described in this post: http://www.mathworks.com/matlabcentral/answers/79489-java-1-6-0_51-breaks-matlab-2012b-and-below
댓글 수: 0
Steve
2013년 6월 20일
I also have the same problem in both Matlab 2009b and 2012b after installing the Java update for OS X 10.6.
I noticed that Matlab responds if you open the Help window on the menu bar.
댓글 수: 0
Mark
2013년 6월 20일
I found a workaround: Close all programs
Go to Applications / Utilities / Java Preferences
The Java Prefs app will open
In the 'General' Tab, change the order of Java SE, so that the two with the older versions are on top. The versions are in the RH column on my system. For example, my toplisted version was 1.6.0_51..., which is the latest version updated yesterday. There were also two entries for 1.6.0_24... Drag these so they are on top (64-bit first)
Close the app
Start MATLAB. Now I can type and everything is good.
댓글 수: 0
Lori
2013년 6월 20일
I am having the same issues since my latest software update. I've tried both 2012a and 2012b, with no luck. The workaround posted by Mark didn't work for me since it looks like the older versions of Java were removed in the install.
(Mac OS X 10.6.8 and Java SE 6 1.6.0_51-b11-456)
댓글 수: 2
Mario
2013년 6월 21일
Hi @Lori, try this http://www.mathworks.com/matlabcentral/answers/79489#answer_89503, it works for me.
Regards.
Lori
2013년 6월 24일
Thanks! I ended up just restoring the /System/Library/Java directory from Time Machine from a few days before the last update, and that seems to have fixed the issue.
Stijn
2013년 6월 21일
댓글 수: 1
Toby Fernsler
2018년 1월 7일
Get old versions of Java for Mac on Apple's Developer site: https://developer.apple.com/download/more/
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!