stankovic

导航

2012年8月27日 #

java如何读取jar包外的properties文件 (工作笔记)

摘要: private static Hashtable<String, Object> getProperties() throws Exception{Hashtable<String, Object> hash=new Hashtable<String, Object>();String propertiesfile = System.getProperty("user.dir") + "\\TestLivelink.properties"; InputStream in1 = new BufferedInputStre 阅读全文

posted @ 2012-08-27 14:53 stankovic 阅读(431) 评论(0) 推荐(0)