Hi List, I have successfully setup realvnc on a linux server and everything is working great. I would however like to make some modifications to the java applet viewer to remove some unnecessary features and improve the look and feel.
I decompiled the .class files and simply changed the label for "VNC Authentication". I then recompiled with the following steps: # javac *.java # jar cvf vncviewer.jar *.class This all worked fine without any errors. However, when I place them in my classes directory that is served up by the mini http server, I get a complaint about 'vncviewer: class not found' in my browser. If I replace my recompiled versions with the original from the package, everything works fine. Any suggestions? Leonard Leblanc _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
