我想将maven project
更改为dynamic web project
。我删除了pom.xml
文件,然后我创建了一个新的工作空间并导入了该项目。我遇到了以下错误。我添加了所有必需的jar文件。
Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener.
Exception sending context destroyed event to listener instance of class org.springframework.web.context.ContextLoaderListener
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory.
答案 0 :(得分:0)
您可以在Eclipse中创建新项目。创建包目录或将整个源代码目录从HDD复制到eclipse中的“src”文件夹。
答案 1 :(得分:0)
试试这个解决方案:
之后清理项目一次并构建工作区。
答案 2 :(得分:0)
右键点击您的项目
访问
- 物业
- 项目方面
- 在右侧选择动态网络模块
我希望这可以帮助你
答案 3 :(得分:0)
将 commons-logging-x.x.x.jar 添加到您的类路径中。简单!!
错误本身就是在告诉你该怎么做。