-
benbac,
thank you for your very detailed description of your problem.
the problem is basically that with windows vista, microsoft reduced for security issues the opportunities services can interact with the desktop. they are running since then in an dedicated desktop.
please have a look at point 'Session 0 Isolation'
http://msdn.microsoft.com/en-us/library/bb203962%28VS.85%29.aspx.
2009-11-10 09:13:39 UTC by naytzyrhc
-
mortenson committed revision 1489 to the Java Service Wrapper SVN repository, changing 1 files.
2009-11-10 08:08:00 UTC by mortenson
-
mortenson committed revision 1488 to the Java Service Wrapper SVN repository, changing 2 files.
2009-11-10 07:59:54 UTC by mortenson
-
mortenson committed revision 1487 to the Java Service Wrapper SVN repository, changing 2 files.
2009-11-10 07:45:41 UTC by mortenson
-
mortenson committed revision 1486 to the Java Service Wrapper SVN repository, changing 1 files.
2009-11-10 07:45:04 UTC by mortenson
-
mortenson committed revision 1485 to the Java Service Wrapper SVN repository, changing 3 files.
2009-11-10 06:54:22 UTC by mortenson
-
mortenson committed revision 1484 to the Java Service Wrapper SVN repository, changing 5 files.
2009-11-10 05:02:32 UTC by mortenson
-
mortenson committed revision 1483 to the Java Service Wrapper SVN repository, changing 14 files.
2009-11-09 09:38:01 UTC by mortenson
-
mortenson committed revision 1482 to the Java Service Wrapper SVN repository, changing 1 files.
2009-11-09 01:28:22 UTC by mortenson
-
Hi, i'm using wrapper to start a remote desktop server, i'm getting a black screen in the client side under windows vista, 2008 server and 7.
Besides that it works fine (with or without wrapper) under: xp, linux and mac os.
public static void main(String[] args) {
int i = 0;
Robot robot = null;
try {
robot = new Robot();
} catch...
2009-11-08 10:16:20 UTC by benbac