2012-11-01から1ヶ月間の記事一覧
私が Java で書くプログラムでは、クラスの絶対パスを取得する際 クラス名.class.getProtectionDomain().getCodeSource().getLocation().getPath(); 或いはそのインスタンスから呼び出す場合は this.getClass().getProtectionDomain().getCodeSource().getLo…
私が Java で書くプログラムでは、クラスの絶対パスを取得する際 クラス名.class.getProtectionDomain().getCodeSource().getLocation().getPath(); 或いはそのインスタンスから呼び出す場合は this.getClass().getProtectionDomain().getCodeSource().getLo…