I want to make a program that can execute jar files and print whatever the jar file is doing in my python program but without using the windows command line, I have searched all over the web but nothing is coming up with how to do this.
My program is a Minecraft server wrapper and I want it to run the server.jar
file and instead of running it within the windows command prompt I want it to run inside the Python shell.
Any ideas?