Matlab giving me errors mentioning Java and not running scripts

5 views (last 30 days)
Whenever I open Matlab this error pops up
Exception in thread "ContributedToolsLoader": java.lang.UnsatisfiedLinkError: no nativei18n in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.mathworks.fl.i18n.XMLMessageSystem.<clinit>(Unknown Source)
at com.mathworks.toolstrip.factory.XMLUtils.readResourceBundleAttribute(XMLUtils.java:83)
at com.mathworks.toolstrip.factory.TSToolSetContents.<init>(TSToolSetContents.java:1430)
at com.mathworks.toolstrip.factory.TSToolSetContents.<init>(TSToolSetContents.java:1419)
at com.mathworks.toolstrip.factory.TSToolSetContents.<init>(TSToolSetContents.java:1405)
at com.mathworks.mde.desk.ContributedTools.addToolSet(ContributedTools.java:153)
at com.mathworks.mde.desk.ContributedTools.addToolSet(ContributedTools.java:144)
at com.mathworks.mde.desk.ContributedTools.<init>(ContributedTools.java:67)
at com.mathworks.mde.desk.ContributedToolsLoader$3.run(ContributedToolsLoader.java:68)
at java.lang.Thread.run(Unknown Source)
I am using R2018b and recently made an update (R2018b update 8) after which this started happening, I am not able to open or run scripts. Whenever I try, this error pops up. I tried installing the latest Java JDK and adding the same to the PATH variable, but its still the same.

Answers (1)

Manas Meena
Manas Meena on 23 Mar 2021
You can try to troubleshoot this with the following steps:
  1. On your system go to "security and privacy"
  2. under "privacy" select "full disk access"
  3. assign that privilege to MATLAB.

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!