gpt4 book ai didi

java - Console() 运行时错误

转载 作者:行者123 更新时间:2023-12-01 19:04:28 25 4
gpt4 key购买 nike

我已经安装了 JDK 1.6 版,现在代码已编译,但抛出运行时错误

class Console1
{
public static void main(String args[])
{
System.console().readLine("this is how we give he input to the string");
System.out.println("this is what we want to print:0)");
}
}

输出

exception in thread "main" java.lang.NoClassDefFoundError: Console

最佳答案

您似乎正在运行不同版本的 Java。将其作为第一行代码添加到您的“应用程序”中。它将显示用于运行应用程序的 java 版本。

System.out.println(System.getProperty("java.version"));

关于java - Console() 运行时错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10671625/

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