Matlab startup issue on Fedora 21

1 次查看(过去 30 天)
zhang
zhang 2015-1-10
回答: luo 2016-3-16
Hello
I am having trouble to start Matlab on Fedora 21 (Matlab2013b), I did some works following the instruction posted before:
The steps 1-3 were not helpful but, as step 4 suggested, Matlab works if I type './matlab -nodesktop', and it gives a log file regarding the issue after I type 'desktop'. I have attached the log file.
hope some one can help
Thanks you!
Bo
  2 个评论
zhang
zhang 2015-1-10
the error message in the log file are shown below:
java.lang.ExceptionInInitializerError at com.mathworks.mde.cmdwin.XCmdWndView.<init>(XCmdWndView.java:353) at com.mathworks.mde.cmdwin.XCmdWndView.<clinit>(XCmdWndView.java:314) at com.mathworks.mde.cmdwin.CmdWin.<init>(CmdWin.java:96) at com.mathworks.mde.cmdwin.CmdWin.<clinit>(CmdWin.java:92) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.mathworks.jmi.ClassLoaderManager.loadClass(ClassLoaderManager.java:442) at com.mathworks.jmi.ClassLoaderManager.findClass(ClassLoaderManager.java:422) at com.mathworks.jmi.Matlab$1.findClass(Matlab.java:465) at com.mathworks.util.ClassLoaderBridge.findClass(ClassLoaderBridge.java:24) at com.mathworks.widgets.desk.DTClient.createComponent(DTClient.java:246) at com.mathworks.widgets.desk.Desktop.createClientComponent(Desktop.java:5646) at com.mathworks.mde.desk.MLDesktop.createClientComponent(MLDesktop.java:895) at com.mathworks.widgets.desk.Desktop.createClientComponentWrapper(Desktop.java:5660) at com.mathworks.widgets.desk.Desktop.setClientShowing(Desktop.java:6319) at com.mathworks.widgets.desk.Desktop.setClientShowing(Desktop.java:6306) at com.mathworks.widgets.desk.Desktop.restoreLayout(Desktop.java:5171) at com.mathworks.mde.desk.MLDesktop.restoreLayout(MLDesktop.java:1414) at com.mathworks.widgets.desk.Desktop.restoreLayout(Desktop.java:4894) at com.mathworks.widgets.desk.Desktop.restorePreviousLayout(Desktop.java:3796) at com.mathworks.widgets.desk.Desktop.initMainFrame(Desktop.java:291) at com.mathworks.mde.desk.MLDesktop.initMainFrameFromThread(MLDesktop.java:764) at com.mathworks.mde.desk.MLDesktop.access$2000(MLDesktop.java:167) at com.mathworks.mde.desk.MLDesktop$Initializer.run(MLDesktop.java:1047) at com.mathworks.jmi.AWTUtilities$Invoker$5$1.run(AWTUtilities.java:530) at com.mathworks.mvm.context.ThreadContext$1.call(ThreadContext.java:76) at com.mathworks.mvm.context.ThreadContext.callWithContext(ThreadContext.java:105) at com.mathworks.mvm.context.ThreadContext.runWithContext(ThreadContext.java:73) at com.mathworks.mvm.context.MvmContext.runWithContext(MvmContext.java:107) at com.mathworks.jmi.AWTUtilities$Invoker$5.runWithOutput(AWTUtilities.java:527) at com.mathworks.jmi.AWTUtilities$Invoker$2.watchedRun(AWTUtilities.java:415) at com.mathworks.jmi.AWTUtilities$WatchedRunnable.run(AWTUtilities.java:376) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.RuntimeException: failed to load system cursor: DnD.Cursor.CopyDrop : cannot load system cursor: CopyDrop.32x32 at java.awt.dnd.DragSource.load(Unknown Source) at java.awt.dnd.DragSource.<clinit>(Unknown Source) ... 46 more
Theodore Kotsilieris
Hi zhang,
I face the very same problem. Did you find any solution?
Thanks!

请先登录,再进行评论。

回答(1 个)

luo
luo 2016-3-16
rm -R ~/.matlab

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by