java.lang.NoClassDefFoundError: weblogic/kernel/KernelStatus
http://blogs.oracle.com/jamesbayer/2008/08/workshop_for_weblogic_103_jee.html
In the classpath tab, be sure to add the wlclient.jar file located here \wlserver_10.3\server\lib to the User Entries section and remove the WebLogic System Libraries from the Bootstrap Entries section. If you forget to remove the WebLogic System Libraries, you will get a stack like this: Exception in thread "Main Thread" java.lang.NoClassDefFoundError: weblogic/kernel/KernelStatus
本文介绍了解决在使用WebLogic Server时遇到的java.lang.NoClassDefFoundError错误的方法。具体步骤包括在类路径中添加wlclient.jar文件,并从引导条目中移除WebLogic系统库。
5787

被折叠的 条评论
为什么被折叠?



