这个也是以前写的一点东西,今天要用,又扒出来了。希望能给大家带来帮助:
1
2 public class GetPath {
3 public static void main(String[] args) {
4 GetPath test = new GetPath();
5 System.out.println(test.getPath());
6 }
7
8 public String getPath() {
9 return this.getClass().getResource("/").getPath();
10 }
11 }
12
posted on 2006-12-26 14:00
交口称赞 阅读(1398)
评论(0) 编辑 收藏 所属分类:
Eclipse RCP SWT 、
java相关