我要啦免费统计

微蓝领域

我的学习档案馆
posts - 19, comments - 57, trackbacks - 0, articles - 57
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

JAVA中获取系统路径

Posted on 2008-03-28 20:36 hilor 阅读(669) 评论(0)  编辑  收藏 所属分类: common
在Application中:
System.getProperty("user.dir")

在Servlet中:
ServletContext servletContext = config.getServletContext();
String rootPath = servletContext.getRealPath("/");

在jsp中:
application.getRealPath("")

只有注册用户登录后才能发表评论。


网站导航: