导入项目Java Resource包报错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了导入项目Java Resource包报错相关的知识,希望对你有一定的参考价值。

在pom.xml中添加代码:

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>

然后右键项目>>maven>>update project 即可解决。

以上是关于导入项目Java Resource包报错的主要内容,如果未能解决你的问题,请参考以下文章

loadrunner java 缺少必要的导入包报错

SpringBoot项目pom.xml导入Oracle的jar包报错,maven解决方案.

PyCharm导入tensorflow包报错的问题

导入包报错:Cannot resolve com.xxx

eclispe集成Scalas环境后,导入外部Spark包报错:object apache is not a member of package org

Python 导入自建包报错ModuleNotFoundError: No module named xxx