X building Processing from scratch

X   not able to write "preferences.txt" on the first run
This commit is contained in:
benfry
2004-09-02 20:59:48 +00:00
parent f9d9815b81
commit f30c33d71c

View File

@@ -151,6 +151,7 @@ public class PdePreferences extends JComponent {
if (!preferencesFile.exists()) {
// create a new preferences file if none exists
// saves the defaults out to the file
getProcessingHome().mkdirs();
save();
} else {