Yes, it's pretty much possible
1. Download jawaviewer
http://sc.uvnc.com/javaviewer/index.html
It has the source code to connect to repeater.
2. Compile and generate jar files as specified in .bat files
3. Then run this command from command line
- Code: Select all
java -classpath VncViewer.jar VncViewer HOST ID:2345 PORT 0 REPEATERHOST uvnc.com REPEATERPORT 5901
Note: U should mention same ID as you mentioned while adding new client at the server
4. Now self sign your applet, otherwise you will not be able to view it in the browser