System.getProperties [1]
現在のシステム・プロパティの一覧を取得します。
// 全てのシステム・プロパティを取得 System.out.println( System.getProperties().toString().replaceAll(", ", "\n") );