我已经安装了 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