当前位置: 代码迷 >> J2EE >> 如何解决Could not initialize class org.apache.commons.beanutils.BeanUtils
  详细解决方案

如何解决Could not initialize class org.apache.commons.beanutils.BeanUtils

热度:138   发布时间:2016-04-22 01:51:47.0
怎么解决Could not initialize class org.apache.commons.beanutils.BeanUtils啊
java.lang.NoClassDefFoundError: Could not initialize class org.apache.commons.beanutils.BeanUtils
bbs.ahut.servlet.Login.doGet(Login.java:25)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722

------解决方案--------------------
你的commons-beanutils的jar包有么?
------解决方案--------------------
commons-logging.jar有吗
/WEB-INF/classes编译了吗
doPost试试
  相关解决方案