ClassLoader的构想
摘要:
既然ClassLoader可以形成层次结构,则在plugin.xml中定义好 依赖关系以后,加载插件以后不是多个虚拟机吧? ClassLoaderparent = new URLClassLoader(new URL[]{...}); ClassLoader son = ClassLoader.newInstance(new URL[]{...},parent); 建了两个虚拟机么?还是s... 阅读全文
posted @ 2005-03-15 03:31 涛仔28 阅读(389) 评论(0) 推荐(0) 编辑