gpt4 book ai didi

java - 无法将 -ea 参数添加到 Eclipse 类

转载 作者:行者123 更新时间:2023-11-30 07:25:01 25 4
gpt4 key购买 nike

这是我尝试运行的一个简单程序:

public class TutorialExample {

public static void main(String[] args) {
boolean example = true;
assert example == true;
}

}

我尝试关注these steps正是针对这个常见问题,但我不成功。我仍然收到如下错误:

Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
assert cannot be resolved to a type
Duplicate local variable example
Syntax error on token "==", = expected

这是我的运行配置的示例图像,其中包含 VM 参数 -ea

enter image description here

最佳答案

运行配置仅设置运行代码时的选项。您在编译代码时遇到问题。

打开首选项并转到“Java > 编译器”页面。检查“编译器合规性级别”是否设置为与您正在运行的 Java 版本相同的级别(但 assert 必须至少为 1.4)。

还可以对项目进行特定的 Java 设置,因此还要检查项目属性中的项目“Java 编译器”页面。

关于java - 无法将 -ea 参数添加到 Eclipse 类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36927895/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com