Java service wrapper to create service for Java UI application
问题 I have created a Java application which needs to run as a service. For service wrapper I tried using tanuki and other wrapper softwares. Now, my application does run as a service - however, it runs as a service under SYSTEM and not under currently logged in user. My application has a UI, which does not show when the application is running as a service. I doubt that this has happened because the service is running under SYSTEM and not under currently logged in user. When I run the application