所以,是的,我正在制作一个基于文本的RPG,以applet的形式。此小程序在打开时写入您的APPDATA目录。它在IDE中工作,但当我在Firefox中尝试它时,它出现了一条错误消息。是链接。
File otherWorldDirectory = new File(System.getenv("APPDATA") + "\\.otherWorld");
if (!otherWorldDirectory.exists()) {
//Adding the folder .otherWorld to the APPDATA
otherWorldDir