随笔 - 6  文章 - 129  trackbacks - 0
<2024年3月>
252627282912
3456789
10111213141516
17181920212223
24252627282930
31123456

常用链接

留言簿(14)

随笔档案(6)

文章分类(467)

文章档案(423)

相册

收藏夹(18)

JAVA

搜索

  •  

积分与排名

  • 积分 - 814152
  • 排名 - 49

最新评论

阅读排行榜

评论排行榜

04 2012 档案

RCP开发---Log4j配置
     摘要: 在启动RCP的插件中的start方法里:
public void start(BundleContext context) throws Exception {
super.start(context);
plugin = this;

Properties prop = new Properties();
try {
prop.load(Activator.class.getResourceAsStream("log4j.properties")); //$NON-NLS-1$
} catch (IOException e) {
// e.printStackTrace();
}

PropertyConfigurator.configure(prop);
}  阅读全文

posted @ 2012-04-28 17:56 Ke 阅读(948) | 评论 (0)  编辑

解决Access restriction: The type XXXX is not accessible due to restriction on required library

posted @ 2012-04-27 11:55 Ke 阅读(6294) | 评论 (0)  编辑

VCLSkin第三方包

posted @ 2012-04-07 09:17 Ke 阅读(285) | 评论 (0)  编辑