HelloWorld编译正常运行报noclassdeffounderror
Posted zhouyeqin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HelloWorld编译正常运行报noclassdeffounderror相关的知识,希望对你有一定的参考价值。
修改环境变量classpath:
原理:
classpath是搜索java类库的路径;
当你输入命令“java HelloWorld“时,会根据classpath寻找HelloWorld.class;
一点代表当前路径。
以上是关于HelloWorld编译正常运行报noclassdeffounderror的主要内容,如果未能解决你的问题,请参考以下文章
初识TypeScript 配置环境后运行Hello World编译报错.
javac编译出来的程序运行报错“错误: 找不到或无法加载主类”