Error: Could not find or load main class Hello world
每一個設定我做了好幾次,但我得到了相同的結果。 贏8.1 64位 路徑設置確定 日食JRE設定OK
public class newproject1
{
public static void main(String[] args) {
System.out.println("Hello World! ");
}
}
Error: Could not find or load main class newproject1
你可以編輯問題來包含你的代碼嗎?沒有看到它,很難說你的代碼有什麼問題。 – GrandMasterFlush