ページの作成:「System.getProperty [https://docs.oracle.com/javase/jp/8/docs/api/java/lang/System.html#getProperty-java.lang.String-]<br> public static String getProperty(String key)…」
 
編集の要約なし
1行目: 1行目:
[[System]].getProperty [https://docs.oracle.com/javase/jp/8/docs/api/java/lang/System.html#getProperty-java.lang.String-]<br>
[[System]].getProperty [https://docs.oracle.com/javase/jp/8/docs/api/java/lang/System.html#getProperty-java.lang.String-]
public static String getProperty(String key)


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

2019年6月9日 (日) 20:29時点における版

System.getProperty [1]

指定のシステム・プロパティを取得します。

System.out.println(System.getProperty("user.dir"));