I am trying to use the VNCviewer
(vnc-3.3.6-x86_win32_viewer.exe) in a Windows
environment.  I have an application I am developing in
Java, and would like to be able to launch the viewer
from my gui.  The code I am using to execute the
program is:

try {
    
Runtime.getRuntime().exec("C:\\VNC\\vnc-3.3.6-x86_win32_viewer");
    } catch (Exception e) {    }

This call works and the viewer is launched.  However,
once I login, the screen does not refresh.  The arrow
does not move around on the screen and if I try to
drag an icon, it does not move.  If I logout and
reconnect however, the icon has moved.  So, it looks
as if commands are being sent to the server, but the
refreshes that are coming back are not making it to
the viewer.

Does anyone have any ideas about what the problem is
or how I might fix it?  Is there another way I can
launch the viewer from Java so that the screen updates
will be seen by the viewer?

Thank you for your time and assistance.

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to