从oracle weblogic 7迁移到12,发现更新的jars中缺少ChildFirstClassLoader

问题描述

ClassFinder finder = new ClasspathClassFinder2(classpath);
loader = new ChildFirstClassLoader(finder,parentClassLoader);
customClassLoaders.put(parentClassLoader,loader);

在上面的代码中,应该更新第二行,以便为我的项目获取子类,那么什么是更好的更新。我已经尝试了一些其他的 urlclassloader,但还没有找到具体的解决方案。

希望尽快回复

提前致谢!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)