- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在使用 Maven 和 Eclipse ,编译项目时出现以下错误
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /D:/copay/CopayMobilePassBook/src/main/java/com/cherry/copay/mpassbook/process/impl/AccountsProcessImpl.java:[17,55] diamond operator is not supported in -source 1.5
(use -source 7 or higher to enable diamond operator)
[ERROR] /D:/copay/CopayMobilePassBook/src/main/java/com/cherry/copay/mpassbook/process/support/ReversalProcessSupport.java:[89,88] diamond operator is not supported in -source 1.5
(use -source 7 or higher to enable diamond operator)
[INFO] 2 errors
但是安装的JDK版本是8项目 -> 右键单击 -> 属性 -> 项目事实 -> java 版本是 1.8
我的maven配置有什么问题
最佳答案
可能是maven编译器插件配置问题
您可以检查堆栈溢出答案:-
maven-compilation-error-use-source-7-or-higher-to-enable-diamond-operator
您可以使用合适版本的JDK版本
<properties>
<maven-compiler-plugin>3.0</maven-compiler-plugin>
<jdk-version>1.8</jdk-version>
</properties>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin}</version>
<configuration>
<compilerVersion>${jdk-version}</compilerVersion>
<source>${jdk-version}</source>
<target>${jdk-version}</target>
</configuration>
</plugin>
关于java - Maven编译java报错diamond Operator is notsupported,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42871882/
有推荐的Attribute在 .Net Framework 中将代码标记为“不支持”? 到目前为止我一直在使用 ObsoleteAttribute但它并不总是完全准确。例如,目前我正在编写一个托管 F
这个问题已经有答案了: Maven Compilation Error: (use -source 7 or higher to enable diamond operator) (4 个回答) 已关
StreamReader fr = new StreamReader("D:\\test\\" + item); 这就是我想要做的。 Item 是一个带有文件名的字符串。孔串是这样的 "D:\\tes
var entity = from document in db.Context.DocumentEntity join product in db.Context.ProductEnti
我一直在尝试使用azure私有(private)注册表部署docker,我一直在遵循下面的教程,当我尝试az acr login -n 命令azure shell不断给我这个命令需要运行docker守
我一直在尝试使用azure私有(private)注册表部署docker,我一直在遵循下面的教程,当我尝试az acr login -n 命令azure shell不断给我这个命令需要运行docker守
当我打电话 UNUserNotificationCenter.current().getNotificationSettings alertSetting 返回“不支持”。这是回调。 Notifica
我尝试使用 scrapy-playwright 从动态加载的 javascript 网站中提取一些数据,但我在一开始就卡住了。 我在 settings.py 文件中遇到的问题如下: #剧作家 DOW
我正在尝试删除网站,但在运行脚本时出现以下错误 'NotSupported: Unsupported URL scheme '': no handler available for that sche
我是一名优秀的程序员,十分优秀!