[关闭]
@liayun 2016-09-30T13:39:04.000000Z 字数 403 阅读 1808

Struts2框架入门案例时的异常——java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

Struts2框架学习


问题描述

我在初学Struts2框架时,做第一个Struts2应用时,出现异常如下:
严重: Dispatcher initialization failed
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

问题原因

项目中缺javassist-3.11.0.GA.jar包。

解决方法

在使用struts-2.3.24时,需要引入javassist-3.11.0.GA.jar,而这个在struts-2.3.24/lib目录下是没有的,需要在struts-2.3.24/apps/struts2-blank.war下的lib中找。

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注