|
From: Leif M. <lei...@ta...> - 2010-06-14 07:14:03
|
Peter, Yes and No. Yes, because you can use the status bar feature of Java 6 to do exactly what you want when the Service is installed with the wrapper.ntservice.interactive=TRUE property set. http://wrapper.tanukisoftware.org/doc/english/prop-ntservice-interactive.html No, because starting with Windows Vista and 2008, Microsoft no longer allows Services to interact directly with the desktop. We are working on a way to work around this so I would appreciate hearing any feedback on exactly what it is that you need to be able to do with the status icon. Cheers, Leif On Mon, Jun 14, 2010 at 3:48 PM, Peter Dahm <pd...@it...> wrote: > Hi, > > > > I’m new to java service wrapper and we check this tool to integrate in our > project. > > > > Is it possible to integrate the tool in an application that needed a gui ? I > would like to have a icon in the windows toolbar to start the gui component > of my application/service > > > > Regards > > > > Peter |