gpt4 book ai didi

java - eclipse luna 格式打印

转载 作者:行者123 更新时间:2023-11-29 03:13:16 25 4
gpt4 key购买 nike

我已经下载了 eclipse Luna。但是格式打印不起作用。让我们考虑下面给出的简单代码:

public class Test {
public static void main(String args[]) {
int a=4;
System.out.printf("%d",a);
}
}

下面显示错误信息:

Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method printf(String, Object[]) in the type PrintStream is not applicable for the arguments (String, int)

可能的原因和解决方法是什么?

最佳答案

您的编译器合规级别可能不正确。

您可以在 Eclipse 中找到它:项目 > 属性 > Java 编译器

确保将其设置为 1.5 或更高。

关于java - eclipse luna 格式打印,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28070564/

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