2

I am able to compile my application to a single jar using sbt and one-jar, and I am aware of the existence of JavaExe and JavaService, although I don't know yet how to use them.

Is there any tool which would transform a jar to a service in Windows? I would like to be able to call an executable to "talk" to my running application rather than having to start it from scratch every time.

Community
  • 1
  • 1
Mikaël Mayer
  • 10,425
  • 6
  • 64
  • 101

1 Answers1

2

Java Service Wrapper is your friend here :)

Kevin Wright
  • 49,540
  • 9
  • 105
  • 155