MATLAB 7.14 (R2012a)において、「現在のフォルダー」の変更時に”java.lang.OutOfMemoryError”が表示されるのはなぜですか?
Afficher commentaires plus anciens
MATLAB 7.14 (R2012a)を起動し、フォルダ変更の際に以下のようなエラーがコマンドウインドウに表示されます。また、「現在のフォルダー」というウインドウの中にはファイルが表示されません。
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)
at java.lang.AbstractStringBuilder.append(Unknown Source)
at java.lang.StringBuilder.append(Unknown Source)
at com.mathworks.matlab.api.explorer.FileLocation.<init>(FileLocation.java:102)
at com.mathworks.matlab.api.explorer.FileLocation.getParent(FileLocation.java:137)
at com.mathworks.mlwidgets.explorer.util.FileSystemUtils.decodeLocation
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 環境と設定 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!