So, I have a Java program sitting on my DigitalOcean server, and I use this command,
java -jar IO_Server.jar
Run it. However, the problem is that when I type this command in PuTTy, it requires me to leave PuTTy open. If I close PuTTy, then the server will shut down, which is not what I want. I need a way to start the server and leave it working even after closing PuTTy.
I spent the Internet about 2 hours with no luck. I continue to run into the above team. I used the command before, but I canβt remember what it is and where I found it.
Help will be appreciated!
source
share