blob: 77858de12d195aaf20352b5246dd2124db3198ba [file]
{
"compile_cmd": "javac",
"run_cmd": "java",
"test_cmd": "java",
"compile_args": [
"-d",
"bin",
"-parameters",
"-classpath"
],
"run_args": [
"-cp",
"../bin:",
"-Djava.util.logging.config.file={logConfigFile}"
],
"test_args": [
"-cp",
"bin:",
"org.junit.runner.JUnitCore"
]
}