|
From: Leif M. <le...@ta...> - 2009-02-18 08:33:43
|
This could be getting caused by any number of things. I would need more information to say for sure. My first guess is that your service is not being run as an interactive service. That alone would explain why the GUI is not visible. See this page: http://wrapper.tanukisoftware.org/doc/english/prop-ntservice-interactive.html Cheers, Leif On Mon, Feb 16, 2009 at 6:05 PM, Tested Java +ve <rak...@gm...> wrote: > > > Hi all, > > I have a RMI-Application,which runs fine as Standalone.But after starting > the application as a service > it start's the required exe's in process tree but not as a application. > > The Structure is a Client/Administrator will start a particular exe on a > machine on which the Service is running. > > I have created the Service for the RMI-Server specific files using Wrapper. > > After starting the java.exe process the service starts the exes but in as > process and doesn't pop up the > application window. > > For eg:If I request to start a mspaint the process mspaint.exe starts but > doesnot pop up the paint window... > > Can any one find the bottleneck in this > > Thanks in Advance |