简体   繁体   中英

How to create Windows Service using JRuby?

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 ??

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM