java调用matlab 算法jar包

Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class com.mathworks.common.icons.IconEnumerationUtils
at com.mathworks.common.icons.ApplicationIcon.getIcon(ApplicationIcon.java:177)
at com.mathworks.hg.peer.FigureClientProxy.getClientIcon(FigureClientProxy.java:973)
at com.mathworks.hg.peer.FigureClientProxy$ShowEnabledHandler.initialize(FigureClientProxy.java:1247)
at com.mathworks.hg.peer.FigureClientProxy.initializeShowHandler(FigureClientProxy.java:551)
at com.mathworks.hg.peer.FigureClientProxy.doInitialize(FigureClientProxy.java:113)
at com.mathworks.hg.peer.FigureMediator.initializeClient(FigureMediator.java:105)
at com.mathworks.hg.peer.FigureHG2Mediator.initializeClient(FigureHG2Mediator.java:151)
at com.mathworks.hg.peer.FigurePeer.doInitializePeer(FigurePeer.java:472)
at com.mathworks.hg.peer.FigurePeer$2.run(FigurePeer.java:419)
at com.mathworks.jmi.AWTUtilities$Invoker$5$1.run(AWTUtilities.java:591)
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:588)
at com.mathworks.jmi.AWTUtilities$Invoker$2.watchedRun(AWTUtilities.java:475)
at com.mathworks.jmi.AWTUtilities$WatchedRunnable.run(AWTUtilities.java:436)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

应该是jar包冲突了,需要去找到那个文件冲突了,或者是没有扫描到包