Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Java viewer through a Repeater

Should you have problems with the JavaViewer, here's the place to look for help or report issues
Post Reply
helpkey
Posts: 3
Joined: 2008-05-16 18:01

Java viewer through a Repeater

Post by helpkey »

Is it possible to use the Java viewer to access an UltraVNC server through the Repeater? I fully understand how to get through the Repeater with the UltraVNC viewer client program, but can it be done using just a browser and the Java viewer?
Last edited by helpkey on 2008-05-18 21:04, edited 1 time in total.
roja2
20
20
Posts: 56
Joined: 2009-09-09 06:07

Re: Java viewer through a Repeater

Post by roja2 »

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
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: Java viewer through a Repeater

Post by redge »

via Internet Explorer web browser ActiveX
http://www.s-code.com/products/viewerx/webvnc.aspx
Last edited by redge on 2009-10-18 02:36, edited 1 time in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Post Reply