劇中!mainのメソッドのフレームワーク ソースには、Server.java次の 2 行が見つかりました。
File root = new File(System.getProperty("application.path"));
if (System.getProperty("precompiled", "false").equals("true")) {
Play.usePrecompiled = true;
}
値はどこで確認できapplication.pathますか?