Run Jar in Background on Linux

Posted by Benny on Stack Overflow See other posts from Stack Overflow or by Benny
Published on 2010-06-16T14:00:24Z Indexed on 2010/06/16 14:12 UTC
Read the original article Hit count: 154

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!

© Stack Overflow or respective owner

Related posts about java

Related posts about linux