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