忍者ブログ
6月18日設置
Posted by - 2025.01.30,Thu
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

Posted by No Name Ninja - 2008.07.29,Tue

private static Properties readProperties() {
Properties prop = new Properties();
InputStream is = null;
StringBuffer sb = new StringBuffer();
try {
ClassLoader cl = XXXXX.class.getClassLoader();
sb.append(((XXXXX.class).getPackage()).getName());
sb.append(System.getProperty("file.separator"));
sb.append("hoge.properties");
URL url = cl.getResource(new String(sb));
if (url != null) {
URLConnection urlConn = url.openConnection();
if (urlConn != null) {
urlConn.setUseCaches(false);
is = urlConn.getInputStream();
}
}
prop.load(is);
} catch (Exception e) {
e.printStackTrace();
}
return prop;
}

※ XXXXX はクラス名
PR
Comments
Post a Comment
Name :
Title :
E-mail :
URL :
Comments :
Pass :   Vodafone絵文字 i-mode絵文字 Ezweb絵文字
TrackBack URL
TrackBacks
カレンダー
12 2025/01 02
S M T W T F S
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
フリーエリア
最新コメント
[05/16 backlink service]
最新トラックバック
プロフィール
HN:
No Name Ninja
性別:
非公開
バーコード
ブログ内検索
カウンター
アクセス解析
Template by mavericyard*
Powered by "Samurai Factory"
忍者ブログ [PR]