【初级小白】java.lang.NoClassDefFoundError: (wrong name: helloworld)

今天第一天学习Java,遇到了一点小问题。java.lang.NoClassDefFoundError: (wrong name: helloworld) 调查了很久。总结在这里帮助那些跟我一样遇到困难的童鞋。 1,我的代码: package helloworld; public class helloworld { public static void main(String []args) {
相关文章
相关标签/搜索