0

I am trying to start a program using "java -jar $filename" and have it fork itself and keep running in the background, like it is possible with other programming languages e.g. in python

Dave Ankin
  • 1,060
  • 2
  • 9
  • 20

1 Answers1

0

The library which accomplishes this is org.kohsuke:akuma:1.10 on maven central

Dave Ankin
  • 1,060
  • 2
  • 9
  • 20