Hello,

Could someone give me a little clue (or a complete explanation)... ?

- I am using the web-based VNC viewer.
- It type http://<vnc_server_ip_address>:5800/ in my web browser.
- A little dialog box appears which features are the following:
            title = "VNC viewer : Connection details"
            two inputs = "Server" and "Encryption"
            four buttons = "About...", "Options...", "OK" and "Cancel"
  Do you see what dialog box I am talking about?

OK.
- The source code is:
======================================================
<HTML>

    <HEAD>
        <TITLE>
            VNC viewer for Java
        </TITLE>
    </HEAD>

    <BODY>
        <APPLET CODE=vncviewer/VNCViewer.class
                ARCHIVE=vncviewer.jar
                WIDTH=400
                HEIGHT=250>
            <PARAM name="port" value="5900">
        </APPLET>
    </BODY>

</HTML>
======================================================

- I am not familiar with Java applets...

- My question is about the "CODE" and "ARCHIVE" options:
CODE=vncviewer/VNCViewer.class
ARCHIVE=vncviewer.jar

- Where are the above ".class" and ".jar" files located?
      I can find these files
      - neither on the machine running the VNC server (the machine which IP
address is "<vnc_server_ip_address>"),
      - nor on the client machine I use to connect to the VNC server...

According to me, these files should be located on the VNC server machine
since http://<vnc_server_ip_address>:5800/ tells me that:
- the resources I want are located on the machine which IP address is
"<vnc_server_ip_address>"
- and that requests for the resources have to be send on port 5800 on this
same machine...
Am I wrong?

Help please.

Regards,

--
Leon
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to