当前位置: 代码迷 >> Java Web开发 >> struts1中的异常:The import org.apache.struts cannot be resolved
  详细解决方案

struts1中的异常:The import org.apache.struts cannot be resolved

热度:661   发布时间:2016-04-17 10:51:28.0
struts1中的错误:The import org.apache.struts cannot be resolved
我使用struts1和hibernate做一个小的测试,在myeclipse中增加了struts1.2和hibernate的特性
可是,添加好特性之后,在我继承的action类中,会import org.apache.struts.action.ActionForward;
系统在这一句上提示错误:

The import org.apache.struts cannot be resolved

我看了我的bulid path中包含的jar,其中指定了strust的jar,我到他指定的目录下面看了一下,那些jar包的确都在,可系统就是提示找不到那些jar,这是为何?
请高手指教

------解决方案--------------------
这么神奇。。。。。。
  相关解决方案