getResource()和getResourceAsStream的路径问题
摘要:
http://blog.sina.com.cn/s/blog_4b5bc0110100g22w.html 参考源package javaapplication;import java.io.File;public class Test { public static void main(String[] args) { File file3=new File(Test.class.getResource("file3.txt").getFile()); if(file3!=null){ System.out.println("file3.... 阅读全文
posted @ 2012-10-15 22:13 雨渐渐 阅读(306) 评论(0) 推荐(0) 编辑