System.getProperty [1] public static String getProperty(String key)
指定のシステム・プロパティを取得します。
System.out.println(System.getProperty("user.dir"));