首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

java.lang.NoClassDefFoundError: Could not initialize class jihe.Test3解决方案

2012-02-17 
java.lang.NoClassDefFoundError: Could not initialize class jihe.Test3publicclassindexextendsAction{

java.lang.NoClassDefFoundError: Could not initialize class jihe.Test3
public   class   index   extends   Action   {


public   ActionForward   execute(ActionMapping   mapping,   ActionForm   form,
HttpServletRequest   request,   HttpServletResponse   response)   throws   Exception   {

Test3   t=new   Test3();

List   m=   t.findAllUser();

request.setAttribute( "sutao ",   m);
 

//request.removeAttribute(mapping.getAttribute());

return   mapping.findForward( "ss ");
}
}
就是这个ACTION不知道有没有错?

[解决办法]
没编译,没包进来

热点排行