To check which version of Java you have on your Windows computer, you'll need to open the Command Prompt.
I have been tasked with setting up a server program I wrote to run continuously on a remote machine. I have setup multiple instances of this server running in the background by Code: % MyServer.jar & ...