I know we can create windows service using win32-service gem which is available in Ruby. How we can create a windows service in JRuby, is there any java-specific way which can be re-used ??
Asked
Active
Viewed 610 times
1 Answers
0
I'm not sure if there's anything JRuby specific, but you should be able to use Java based service wrappers like 'Java Service Wrapper'. It's used by a lot of OSS projects.
For more information, check the sample integration.

Radim
- 1,505
- 10
- 18
-
Is there anything that is comes with standard Java? – user486330 Oct 25 '10 at 14:33
-
I don't think so. Java Service Wrapper is way to go. – Radim Oct 25 '10 at 17:58