我下载了 netbeans ide 11 并尝试做一个示例 hello world 项目,但它给了我错误“无法访问 java.lang 致命错误:无法在类路径或 bootclasspath 中找到包 java.lang” 我尝试了一些来自堆栈溢出的解决方案,但没有工作了。
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package javaapplication1;
/**
*
* @author ahmad
*/
public class JavaApplication1 {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
System.out.println("Hello");
}
}
主要错误是“无法访问 java.lang 致命错误:无法在类路径或 bootclasspath 中找到包 java.lang”
扬帆大鱼
泛舟湖上清波郎朗
互换的青春
沧海一幻觉
相关分类