1、解压缩后将文件夹zh-CHS文件夹拷贝至工程下并将其包含至工程当中 2、在删除不必要的资源文件后将剩余资源文件的build action属性设置为content ,copy to output directory属性设置为copy if newer 3、在工程中program文件main函数中加入以下代码 Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("zh-CHS");
解决struts2中报错:“HTTP Status 500 - org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application”,将这两个jar包拷贝到WebContent/WEB-INF/lib目录下,可解决当前App