struts2启动时,出现的 Unable to read class [com.mrp.action.BaseAction]
java.lang.NoClassDefFoundError: com/opensymphony/xwork2/util/finder/DefaultClassFinder$InfoBuildingVisitor 错误解决办法
在项目的struts.xml文件中第一行加入<constant name="struts.convention.package.locators" value="controller"/>,从新启动后会自动消除这个错误,这个错误不是缺乏相关jar文件致使的。