|
From: Leif M. <lei...@ta...> - 2010-11-25 03:02:23
|
Michael, Unfortunately, Microsoft changed the way Windows handles Interactive services to improve security. It is no longer possible for a process running as a service to communicate with any desktop other than the session 0 desktop. We are working on a way to work around this but it is going to involve multiple processes and will NOT allow a normal Java application running as a service which has a GUI to display its GUI directly. This is still a little ways off however. It will involve launching secondary Wrapper and optionally Java processes in the individual desktop's user space that will interact with each desktop. These child processes will then communicate back to the central Wrapper and or JVM that is always running as a service. This is still in progress, so I would appreciate any feedback from the community on what they need in this area. Cheers, Leif 2010/11/25 Michael Böckling <mic...@we...>: > Hi! > I have a special case where I would like to run a java "service" in an > interactive session (session 1) on a windows 7 box. Is this possible? > Basically: how to use the wrapper without running the JVM in session 0. > Any help is welcome. > Regards, > Michael > > Michael Böckling > Westernacher Products & Services AG |