创建一个maven项目出错 问题描述 在idea.log出现如下错误(系统找不到指定的文件,但是不知道指定文件是什么) com.intellij.execution.process.ProcessNotCreatedException: Cannot run program "wmic": CreateProcess error=2, 系统找不到指定的文件. ..... Caused by: java.io.IOException: Cannot run program "w
具体表现为: 使用Eclipse+Maven建立了一个Javaweb工程,JSP页面顶端出现“红色”的报错信息:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path. 解决方法: 在pom.xml中的 <build></build>中 添加: <plugins> <!-- 编码和编译和JDK版本 --> <plug