Question

Does any one know of an opensource Java VNC server, that can be run from a web page, so requiring no installation on the server end, possibley applet based.

Was it helpful?

Solution

http://vncj.com/default.aspx Once you get it setup you wont know how you lived w/o it. The server and the client are using the same .jar file all in the html page pointing where your listen client is at.

OTHER TIPS

A signed Java applet (or application) can use the Robot class to get screenshots of the current window and use this for remote control. It will never be very efficient, but it can be done.

Unfortunately Tight VNC only offers an applet based client, and not server, and GSVNCJ is closed source.

The accepted answer is wrong — it is perfectly possible to build a VNC server in Java. Yes, Java is sandboxed, but this doesn't mean it cannot access screen contents if you want it to!

Checkout GSVNCJ

Check out Copilot. It requires no installation, works through firewalls, and works like vnc. They actually use VNC behind the scenes, I think.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top