Matlab Fixes
From KnowWiki
| Matlab |
|---|
| Matlab Topics |
| How To · Troubleshooting |
[edit] Matlab starts with java Locking assertion failure and a backtrace
First find out what your default java is:
update-alternatives --display java | grep link
then edit .bashrc and add
MATLAB_JAVA=/usr/lib/jvm/java-6-sun/jre/
where path is what you saw from update-altenatives, without the trailing /bin/java now either set it manually for the current session or relogin for MATLAB_JAVA to take effect.
|
|||||