After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome

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

Search found 8 matches

by nxnlvz
2010-06-19 01:57
Forum: JavaViewer
Topic: Javaviewer wont show the right-hand-side display of a dual h
Replies: 5
Views: 40182

Re: Javaviewer wont show the right-hand-side display of a du

Ok... So I don't have a multi-head Windows Setup. Anyone want to volunteer a system that I can test the Java Viewer with? I am just going to pull the code out of the current Native client to see if I can make that work. I don't need the system now but maybe in a couple of weeks.

-nxn
by nxnlvz
2010-06-15 01:21
Forum: JavaViewer
Topic: Question about the UltraVNC java viewer
Replies: 14
Views: 75148

Re: Question about the UltraVNC java viewer

Whoa! not doing the the work to add RDP in to UVNC. That would just be crazy. I just want a more universal client. If Sun/Oracle would be so kind as to open up ALP I would use that instead.

WebStart in included in all java versions since 1.5 I think. In other words it has been around for a while. I ...
by nxnlvz
2010-06-11 03:02
Forum: JavaViewer
Topic: Javaviewer wont show the right-hand-side display of a dual h
Replies: 5
Views: 40182

Re: Javaviewer wont show the right-hand-side display of a du

Does the windows native UVNC client do this? I don't have a dual head Windows hosts computers to test. All my dual head systems are MacOS or OpenSolaris.

-nxn
by nxnlvz
2010-06-11 02:58
Forum: JavaViewer
Topic: java through http?
Replies: 1
Views: 31833

Re: java through http?

Only a recent version of Java at the client is needed. The server and relay components are all native. And you only need this if you are not using a native client.
by nxnlvz
2010-06-11 02:56
Forum: JavaViewer
Topic: Question about the UltraVNC java viewer
Replies: 14
Views: 75148

Re: Question about the UltraVNC java viewer

This is a very simplistic way of looking at it but....
applet is pretty much a java program that runs within the confines of a web browser. It has all the limitations and restrictions as you would normally see associated with this. The main restriction that is usually encountered is that by default ...
by nxnlvz
2010-06-10 17:12
Forum: JavaViewer
Topic: Question about the UltraVNC java viewer
Replies: 14
Views: 75148

Re: Question about the UltraVNC java viewer

I have not really used the Java viewer as an applet in a browser but only standalone. So far the problem with the remote drives has not shown up. I would think it has something to do with the browser permissions maybe. I will give it s shot and see but this is one of the reasons I don't like applets ...
by nxnlvz
2010-06-10 17:01
Forum: JavaViewer
Topic: UltraVNC Java Client vncviewer.jar repeater mode II
Replies: 9
Views: 63180

Re: UltraVNC Java Client vncviewer.jar repeater mode II

Do a quick search for a post with my user ID 'nxnlvz'. The solution is there.
by nxnlvz
2010-05-12 00:43
Forum: JavaViewer
Topic: How can I use Browser to connect throught the repeater?
Replies: 9
Views: 173362

Re: How can I use Browser to connect throught the repeater?

The java files in the repository need a few changes to work correctly with a repeater. Obviously you can omit the console output code.

After the changes are made then use then build and run


javac *.java ;jar cf VncViewer.jar *.class

java -classpath VncViewer.jar VncViewer HOST {Internal Name ...