Search Posts

tightvnc java viewer, cancel connection dialog popup

when running tightvnc java viewer, add parameter “-password=mypassword myhost:9401”

change line 181 in Viewer.java,

from

final boolean allowInteractive = allowAppletInteractiveConnections || ! isApplet;

to

final boolean allowInteractive = false;

Leave a Reply

Your email address will not be published. Required fields are marked *