How do I run java program with multiple classes from cmd?

后端 未结 6 1861
梦如初夏
梦如初夏 2020-12-05 01:11

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:

6条回答
  •  广开言路
    2020-12-05 02:07

    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.

提交回复
热议问题