Eclipse使用问题记录

问题1: Description Resource Path Location Type Access restriction

解决方案:项目右键--build path--config build path--library--JRE system library删除后重新添加

 

问题2: The method accept(File, String) of type ZipFileUtils.FileFilter must override a superclass method

解决方案:项目右键--properties--Java compiler根据实际情况选择1.5以上

 

问题3:ava compiler level does not match the version of the installed Java project facet.

解决方案:检查【项目目录下.settings文件夹下的org.eclipse.wst.common.project.facet.core.xml文件中的<installed facet="java" version="1.6"/>】与【项目右键--properties--Java compiler--complier compliance level】是否相同

posted on 2018-01-25 16:29  maoshiling  阅读(155)  评论(0编辑  收藏  举报

导航