How to run multiple consoles from one class?

后端 未结 5 831
一个人的身影
一个人的身影 2021-01-25 06:27

I have three classes which all make different works but I need to run them together. When I run all of them in one class I just get one console and cant change this console. Wha

5条回答
  •  遥遥无期
    2021-01-25 06:47

    You have to invoke java command separately for each class in different console. With one java invocation, i think, there will be only one console associated.

提交回复
热议问题