Warning: session_start(): open(/var/lib/php/sessions/sess_sljulvfhv5fib8dmt997f6cj0u, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static File jdkSrcZip() {
File jdkLocation = new File(getSystemProperty("java.home"));
if (eqic(jdkLocation.getName(), "jre")) // get our of jre subdir
jdkLocation = parentFile(jdkLocation);
ret new File(jdkLocation, "src.zip");
}