首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

取得tomcat应用工程目录

2012-10-19 
获得tomcat应用工程目录String path this.getClass().getClassLoader().getResource(/).getPath()

获得tomcat应用工程目录
String path = this.getClass().getClassLoader().getResource("/").getPath();

热点排行