Hi, My working project has a need which is launching multiple dedicated servers on a single machine, so I decided writing a JAVA application to manage them. This is my code
which is a standard JAVA Process. and BufferedReader to read log from UE4 Dedicated Server. But the inputstream got are warning messages only shown below.
And I have try to launch the dedicated server with an argument “-log”, the console is shown but no message at all.
Any advice will be thankful.