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