At the moment I am looking for another way to run my Java program from command line, other than adding it to a JAR file. My program has the following number of classes:
Sounds like you will just need to open multiple command prompts and compile and run them in the order you need them to run. Let me know if I misunderstood question.