Filter löschen
Filter löschen

Cannot plot and this error occurs when I load MatLab. Any idea what the issue is and how to fix it?

2 Ansichten (letzte 30 Tage)
Exception in thread "Startup Class Loader" java.lang.UnsatisfiedLinkError: Can't load library: \\\WSA\MATLAB\gluegen-rt.dll
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at com.jogamp.common.jvm.JNILibLoaderBase.loadLibraryInternal(JNILibLoaderBase.java:596)
at com.jogamp.common.jvm.JNILibLoaderBase.access$000(JNILibLoaderBase.java:64)
at com.jogamp.common.jvm.JNILibLoaderBase$DefaultAction.loadLibrary(JNILibLoaderBase.java:96)
at com.jogamp.common.jvm.JNILibLoaderBase.loadLibrary(JNILibLoaderBase.java:459)
at com.jogamp.common.os.DynamicLibraryBundle$GlueJNILibLoader.loadLibrary(DynamicLibraryBundle.java:388)
at com.jogamp.common.os.Platform$1.run(Platform.java:209)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.common.os.Platform.<clinit>(Platform.java:179)
at javax.media.opengl.GLProfile.<clinit>(GLProfile.java:120)
at com.mathworks.hg.peer.JavaSceneServerPeer.initializeJOGL(JavaSceneServerPeer.java:134)
at com.mathworks.hg.peer.JavaSceneServerPeer.<clinit>(JavaSceneServerPeer.java:104)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.mathworks.mde.desk.StartupClassLoader.loadClass(StartupClassLoader.java:258)
at com.mathworks.mde.desk.StartupClassLoader.access$900(StartupClassLoader.java:25)
at com.mathworks.mde.desk.StartupClassLoader$2.run(StartupClassLoader.java:244)
at java.lang.Thread.run(Unknown Source)

Antworten (2)

Ashish Gudla
Ashish Gudla am 27 Mai 2015
The errors might be due to missing java libraries for MATLAB to run(or a corrupted installation). Reinstalling MATLAB would resolve the issue.
  2 Kommentare
Scott Akeson
Scott Akeson am 27 Mai 2015
Would re-installing MATLAB resolve the issue of missing java libraries or solve my problem in general?
Ashish Gudla
Ashish Gudla am 27 Mai 2015
Should resolve the issue of missing libraries. Alternatively, you can compare your installation against a standard installation for missing libraries and copy them over. But reinstalling would be much easier.

Melden Sie sich an, um zu kommentieren.


Robert Moore
Robert Moore am 21 Jun. 2015
Scott, Did you fix this error? I'm having the same problem and can't work with image files. Did you try reinstalling and did it work? Thanks for any suggestions.

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by