当前位置: 代码迷 >> Web前端 >> Weblogic8.1启动错误:class xxx not found
  详细解决方案

Weblogic8.1启动错误:class xxx not found

热度:698   发布时间:2012-09-13 09:51:53.0
Weblogic8.1启动异常:class xxx not found
启动Weblogic8.1时报找不到类的异常
Action class [com.xxx.web.UsersAction] not found - action - file:E:/bea/user_projects/domains/mydomain/applications/struts_sql/WEB-INF/classes/struts.xml:15:88
。。。。

由于项目用的是JDK1.4(Weblogic里的),所以需要修改MyEclipse里的设置项,使之与JDK版本一致,这里我以jdk1.4为例说明
解决办法:
web项目,在确保JRE System Library[jdk142_11]、J2SE 1.4 Libraries这两个包的版本正确后,右键点击工程名,项目――properties――java Compiler
勾选Enable project specific settings前面的多选框
在下面JDK Compliance level:处选择对应的版本号,如下图所示
  相关解决方案