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
Theodore Kotsilieris 2015년 2월 21일
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