Why do I receive the error "Failure loading desktop class" when launching MATLAB on 64-bit Linux?

2 views (last 30 days)
When launching MATLAB on 64-bit Linux I receive the following error:
Unable to initialize com.mathworks.mwswing.MJStartup
Fatal Error on startup: Failure loading desktop class
I would like to know what this error means and how can I resolve it.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This error may indicate that there are missing X dependencies. In most cases installing the X Org libXtst library should resolve this issue. To do so, you can run the following command as root:
yum install libXtst
You may also be able to resolve this by installing an RPM for libXtst such as libXtst-1.0.1-3.1.x86_64.rpm.

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

No tags entered yet.

Products


Release

R2009a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!