Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Run application as windows service

863708Jul 25 2011 — edited Aug 2 2011
I'm developing a windows desktop (standalone) application.
How how do I run my java application as Windows Services ?
Should I change my application code?

Comments

gimbal2
Java is platform independent, as such it doesn't do OS specific things like installing as a Windows service.

But there are external pieces of software that can make it happen for you, they are simply called "service wrappers". There are a few, I don't know which one is good and which one is not. This one is on sourceforge:

http://sourceforge.net/projects/wrapper/


Do a google search for "java windows service wrapper" to find more.
879767
We use the Tanuki wrapper and find it's pretty good (although we pay for the commercial license)
http://wrapper.tanukisoftware.com/doc/english/download.jsp
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 30 2011
Added on Jul 25 2011
2 comments
680 views