So basically i start a jar file from another java app and i want to display that started jar's output with a System.out.println using the application that i use for starting that jar.
This is the code i'm actually using simply for starting it but i need to find a way to get its debug
Runtime.getRuntime().exec("java -jar wizzed.jar " + currentSex + "/config.yml").waitFor();