10 lines
244 B
Plaintext
10 lines
244 B
Plaintext
|
Get the original VNC Applet from the Tightvnc website.
|
||
|
|
||
|
Follow the steps here: http://www-personal.umich.edu/~lsiden/tutorials/signed-applet/signed-applet.html
|
||
|
|
||
|
keytool -genkey
|
||
|
keytool -selfcert
|
||
|
jarsigner VncViewer.jar mykey
|
||
|
|
||
|
Voila ! :-)
|