日期:2014-05-18  浏览次数:20598 次

src文件夹下的类如何读取web文件夹下文件?
我的project是一个Tomcat   Project.类文件都存在src文件夹下,
jsp和配置文件都存在web文件夹下。我想在src文件夹下的一个类读取web文件夹下的一个文件,
该如何实现?

我现在的写法:
new   FileInputStream(new   File( "/web/velocity/velocity.properties "))
抛出FileNotFoundException

------解决方案--------------------
System.getProperties( "user.dir ");
------解决方案--------------------
http://community.csdn.net/Expert/topic/5296/5296424.xml?temp=.4952661