VNC in Web server help

masternew

Mac Freek
I am trying to set up a VNC server that I can access from anywhere via web browser. Now I have my apache set up already serving pages everything is fine. I downloaded the Java VNC viewer and put the folder with the classes in one folder of my Document Root directory and set the HTML file to use the applet.

When I try to login from my computer (Mac) everything is fine, a couple of friends of mine from their houses using macs can access the applet fine. The problem I have is when I try to login from a PC it keep telling me the classes are not found.

This is the HTML code I am using

<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE>
Enrique Desktop desktop (iBook)
</TITLE>
</HEAD>
<BODY>
<APPLET code="vncviewer.class" WIDTH=1000 HEIGHT=800>
<param name=PORT value=5900>
</APPLET>
</BODY>
</HTML>

If anybody can help I’d sure appreciate it.

Thanks and ask any question that you need to help me on this problem.
 
Back
Top