MATLAB error message on start up

2 views (last 30 days)
Mike
Mike on 25 Nov 2014
Hello,
I get this error message upon start up of MATLAB 2013a student. Allows codes to be written but not executed. Installed a clean version but still the same problem exists. Any thoughts?
Exception in thread "Thread-21" java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\MATLAB\R2013a Student\bin\win32\mlapp_jni.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.mathworks.appmanagement.AppManagementApiBuilder.getPackagingApi(AppManagementApiBuilder.java:91)
at com.mathworks.appmanagement.AppManagementApiBuilder.getAppManagementApiImpl(AppManagementApiBuilder.java:50)
at com.mathworks.appmanagement.AppManagementApiBuilder.getAppManagementApi(AppManagementApiBuilder.java:30)
at com.mathworks.mde.desk.ContributedTools.<init>(ContributedTools.java:105)
at com.mathworks.mde.desk.ContributedToolsLoader$1.run(ContributedToolsLoader.java:18)
at java.lang.Thread.run(Unknown Source)

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!