今天重新开始温习Java的基础知识,调整了eclipse的字体大小,在Windows下的preference中的key关键字下调整了content assist。开始
练习使用Maven时候,建立四个source folder包的时候,提示The folder is already a source folder,解决方案为右键项目,Preference,Java build path ,remove掉原有jre Library,导入jdk后解决
maven新建web项目提示The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path
解决方法,在pom.xml中添加
javax.servlet
servlet-api
2.5
provided