Run Jar in Background on Linux

Posted by Benny on Server Fault See other posts from Server Fault or by Benny
Published on 2010-06-16T14:00:24Z Indexed on 2010/06/18 5:33 UTC
Read the original article Hit count: 255

Filed under:
|
|

I have a jar that runs forever (infinite loop with socket listening thread) and need it to run in the background at all times. An example would be: "java -jar test.jar" How do I do this? Thanks in advance!

© Server Fault or respective owner

Related posts about java

Related posts about linux