install_ad​don('smlin​k.r2020b.w​in64.zip') got error below

39 views (last 30 days)
I run matlab right click run as admin already but have error. Can someone help me?
>> install_addon('smlink.r2020b.win64.zip')
Installing smlink...
Extracting archive smlink.r2020b.win64.zip to C:\Program Files\MATLAB\R2020b...
Error using install_addon (line 52)
Java exception occurred:
java.lang.IllegalArgumentException: Negative time
at java.io.File.setLastModified(File.java:1427)

Answers (1)

Jemima Pulipati
Jemima Pulipati on 23 Feb 2021
Hello,
From my understanding, the exception message occurs due to a difference in the locale and region settings.
You may consider setting the regional settings to US before the installation to avoid the "Negative time" exception.
The following answers from the community might be of relevance to you.

Categories

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

Tags

Community Treasure Hunt

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

Start Hunting!