我正在使用 TextPad 运行一个简单的 Java 程序,但一直出现内存不足的错误。
互联网上的一些挖掘告诉我,我需要增加堆大小,而做到这一点的最佳方法似乎是使用标志。但是,我找不到任何关于如何在 TextPad 中实现标志的信息,或者至少找不到任何似乎适用于我的程序的信息。
这是我正在使用的代码:
import java.io.File;
import core.SaveData;
import core.obj.Player;
import core.files.PlayerFile;
import core.files.PlayerAttribute;
public class PositioningFix {
**Rest of the program**
任何帮助将不胜感激,即使它只是告诉我放弃 TextPad 并使用不同的编辑器!