migratePref.txt problem
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Gaston Melo
el 21 de Sept. de 2018
Comentada: hun
el 16 de Mayo de 2019
matlab command prompt display this message: java.lang.IllegalArgumentException: File migratePref.txt should only contain 'T' or 'F'! at com.mathworks.services.Prefs.readMigrateFlag(Prefs.java:2196) at com.mathworks.services.Prefs.createTwoWayMapPrefsSettings(Prefs.java:375) at com.mathworks.services.Prefs.<clinit>(Prefs.java:213) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at com.mathworks.util.PostVMInit$StartupClass.init(PostVMInit.java:165) at com.mathworks.util.PostVMInit.perform(PostVMInit.java:196
Why? I check migratePref and is empty. That is why that message is shown. How do I solve this error?
0 comentarios
Respuesta aceptada
Zenin Easa Panthakkalakath
el 24 de Sept. de 2018
Try renaming the file C:\Users\BrendanM\AppData\Roaming\MathWorks\MATLAB\R2018a\matlabprefs.mat to something else and try again.
Please refer to a similar case on MATLAB answers here: https://www.mathworks.com/matlabcentral/answers/397603-how-do-i-fix-this-error-on-matlab-startup-java-lang-illegalargumentexception-file-migratepref-txt
1 comentario
Más respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!