开发基于Struts2的多语言系统,需要程序自动向后缀为.properties的资源文件中写入数据。.properties文件编译后存放在web程序的/WEB-INF/classes路径下面。现需要取得路径,操纵此文件。
//取得/WEB-INF/classes的路径?
String realPath=ServletActionContext.getServletContext().getRealPath(File.separator+"WEB-INF"+File.separator+"classes");?