2014年6月11日
摘要: 在OSGi环境中,在Bundle内部代码中要得到自己Bundle的ClassLoader就很简单,在自己Bundle的代码中,直接写this.getClass().getClassLoader()就得到了自己Bundle的ClassLoader了。但怎么在其他Bundle或外部代码中得到任意一个Bu... 阅读全文
posted @ 2014-06-11 14:06 remagon 阅读(789) 评论(0) 推荐(0) 编辑