摘要: public class FindErrors { public static void main(String[] args) { System.out.println("Jobs Started!"); // Searching loop log directory String filename = "c:\\wolfeTest\\log\\"; File logDir = new File(filename); File logList[] = logDir.listFiles(); Map errorsMSG = new HashMap(); 阅读全文
posted @ 2013-06-28 18:40 Wolfe Yu 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 有很多时候eclipse经常报这个错:java.lang.NoClassDefFoundError............解决方案:Project -> Properties -> Java Compiler--> Building-->勾选: Enable project specific setting。取消勾选: Abort build when build path errors occur。OK 了。 阅读全文
posted @ 2013-06-28 17:42 Wolfe Yu 阅读(407) 评论(0) 推荐(0) 编辑
QQ:379382995
手机:15942886891
邮箱:379382995@qq.com