java综合
stark_summer
这个作者很懒,什么都没留下…
展开
-
JAVA 取得当前目录的路径
在写java程序时不可避免要获取文件的路径...总结一下,遗漏的随时补上 1.可以在servlet的init方法里 String path = getServletContext().getRealPath("/"); 这将获取web项目的全路径 例如 :E:/eclipseM9/workspace/tree/ tree是我web项目的根目录 2.你也可以随时在任意的class里调用 this.getClass().getClassLoader().getResource("/").getPa原创 2011-03-12 01:11:00 · 4540 阅读 · 0 评论 -
java.nio.BufferOverflowException 异常
Failure executing javac, but could not parse the error: 2 编译器 (1.6.0_07) 中出现异常。 如果在 Bug Parade 中没有找到该错误,请在 Java Dev 3 eloper Connection (http://java.sun.com/webapps/bugreport) 对该错误进行归档。 请 4 在报告原创 2012-09-14 12:34:04 · 22730 阅读 · 0 评论