次の実行可能ファイルを開始できませんでした: \bin\javac.exe -g -classpath C:\Users\user\Documents -d C:\Users\user\Documents C:\Users\user\Documents\Kwame.java ヘルプについては、http://www.jcreator.com/installation.htmを参照してください。
なんらかの理由で、私がどんなコードを書いてもこれを続けていて、その理由がわかりません。
import java.io.*;
import java.util.*;
public class KyeretwieTestProgram1113 {
public KyeretwieTestProgram1113() {
Scanner kbInput = new Scanner(System.in)
System.out.println(Enter the high temperature on day 1:);
double d = kbInput.nextDouble();
System.out.println(Enter the high temperature on day 2:);
double da = kbInput.nextDouble();
System.out.println(Enter the high temperature on day 3:);
double a = kbInput.nextDouble();
System.out.println(Enter the high temperature on day 4:);
double day = kbInput.nextDouble();
System.out.println(Enter the high temperature on day 5:);
double y = kbInput.nextDouble();
}
}
この問題を解決するにはどうすればよいですか?