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.