install_addon('smlink.r2020b.win64.zip') got error below
27 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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)
0 Kommentare
Antworten (1)
Jemima Pulipati
am 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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing 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!