Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 java 程序,其中出现以下错误:
Error: Could not find or load main class memoryarray.MemoryArray Java Result: 1
错误是什么意思?
您正在错误地阅读错误;您的错误与您的问题不符。在您的类中查找 main 方法时出现问题(这可能是由于它未在您尝试运行的类中定义),或者只是加载您的类时出错。
解决此错误的可能方法
第1步:检查.java文件名和你在java文件中定义的类名。
第 2 步:如果您从命令行运行,请检查类名,不要有任何拼写错误。
步骤 3:检查您正在运行的类是否在 CLASSPATH 中