Lines Matching refs:file
4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
55 //write it to file as well
58 File file = new File(configfile);
59 if (!file.exists()) {
60 file.createNewFile();
62 RuntimeEnvironment.writeConfig(file);
64 throw new IOException("Could not create configuration file '"