java.io-problems

2 Ansichten (letzte 30 Tage)
Yevgeny Gayev
Yevgeny Gayev am 9 Apr. 2018
Beantwortet: Yevgeny Gayev am 13 Apr. 2018
Since MATLAB v. 2017, as well as in my recent v.2018a, I get "complains" each time as I run the MATLAB. Namelly:
java.io.FileNotFoundException: C:\Users\Home\AppData\Roaming\MathWorks\MATLAB\R2018a\matlab.prf (Отказано в доступе)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
at com.mathworks.services.Prefs.save(Prefs.java:632)
at com.mathworks.services.Prefs$SavePrefsThread.run(Prefs.java:1343)
java.io.FileNotFoundException: C:\Users\Home\AppData\Roaming\MathWorks\MATLAB\R2018a\matlab.prf (Отказано в доступе)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
at com.mathworks.services.Prefs.save(Prefs.java:632)
at com.mathworks.services.Prefs$SavePrefsThread.run(Prefs.java:1343)
java.io.FileNotFoundException: C:\Users\Home\AppData\Roaming\MathWorks\MATLAB\R2018a\matlab.prf (Отказано в доступе)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
at com.mathworks.services.Prefs.save(Prefs.java:632)
at com.mathworks.services.Prefs$SavePrefsThread.run(Prefs.java:1343)
What's the reason, and how to remove these?
  1 Kommentar
Guillaume
Guillaume am 9 Apr. 2018
Bearbeitet: Guillaume am 9 Apr. 2018
Does the directory C:\Users\Home\AppData\Roaming\MathWorks\MATLAB\R2018a\ exist on your computer?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Yevgeny Gayev
Yevgeny Gayev am 13 Apr. 2018
Dear Guillaume, thanks for your reply! Yes, directory C:\Users\Home\AppData\Roaming\MathWorks\MATLAB\R2018a does exist on my computer! As well as directory C:\Users\Home\AppData\Roaming\MathWorks\MATLAB\R2018a_licenses
I saw there also all my previous MATLAB-versions. What these shoud mean, then?

Kategorien

Mehr zu Search Path finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by