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
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Development: UltraVNC 1.5.0.X: https://forum.uvnc.com/viewtopic.php?t=38037
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
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Development: UltraVNC 1.5.0.X: https://forum.uvnc.com/viewtopic.php?t=38037
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
- 2010-06-19 01:57
- Forum: JavaViewer
- Topic: Javaviewer wont show the right-hand-side display of a dual h
- Replies: 5
- Views: 37494
- 2010-06-15 01:21
- Forum: JavaViewer
- Topic: Question about the UltraVNC java viewer
- Replies: 14
- Views: 69321
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 ...
- 2010-06-11 03:02
- Forum: JavaViewer
- Topic: Javaviewer wont show the right-hand-side display of a dual h
- Replies: 5
- Views: 37494
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
-nxn
- 2010-06-11 02:58
- Forum: JavaViewer
- Topic: java through http?
- Replies: 1
- Views: 30196
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.
- 2010-06-11 02:56
- Forum: JavaViewer
- Topic: Question about the UltraVNC java viewer
- Replies: 14
- Views: 69321
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 ...
- 2010-06-10 17:12
- Forum: JavaViewer
- Topic: Question about the UltraVNC java viewer
- Replies: 14
- Views: 69321
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 ...
- 2010-06-10 17:01
- Forum: JavaViewer
- Topic: UltraVNC Java Client vncviewer.jar repeater mode II
- Replies: 9
- Views: 58611
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.
- 2010-05-12 00:43
- Forum: JavaViewer
- Topic: How can I use Browser to connect throught the repeater?
- Replies: 9
- Views: 67513
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} PORT ...