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
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.