2007-03-21から1日間の記事一覧

プラグインがインストールされているディレクトリを取る。

めっけたので、コピペ。 protected static File getPlugin() { try { URL installURL = getInstance().getBundle().getEntry("/"); URL localURL = FileLocator.toFileURL(installURL); return new File(localURL.getFile()); } catch (IOException ioe) { r…