I would like to make a GUI for a .jar file in Xcode.
I don't know much about coding, that's why I am asking. I have created this GUI1, but how do I get it to work with my .jar file? (In this case the minecraft_server.jar
file for Mac.)
I am running commands in Terminal to start the server and I would like these commands to be applied when I press the Start Server button. (Like terminal were in the background of the app)
- The GUI