Java can't find or load main class when running my program
问题 I have a simple program that takes a text file as input and runs kandanes algorithm on it. It compiles fine but I get this error when I try and run it: Error: Could not find or load main class a1_13132334 It compiles and runs fine on netbeans ide and their is a class file there but it won't run from the command line. Here is the program: import java.io.*; public class a1_13132334 { public static void main(String [] args) throws IOException { //make sure the user entered a single text file if