You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Friday, October 29th 2004, 7:36pm

KRFB: Java viewer?

Is the javabased vnc viewer for KRFB broken, or am I doing something wrong?

If I connect to my machine, in a web browser with java, on port 5800 (like most vnc server serve the java viewer on, I get a big gray blank screen. In IE, I get this message in the status bar: "load: class vncviewer not found", and in firefox with sun's java installed, it fails and I get this message in the java console:

[code:1]
java.lang.ClassFormatError: vncviewer (Truncated class file)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:157)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:123)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:561)
at sun.applet.AppletPanel.createApplet(AppletPanel.java:617)
at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1863)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:546)
at sun.applet.AppletPanel.run(AppletPanel.java:298)
at java.lang.Thread.run(Thread.java:534)
[/code:1]

Am I doing something wrong, or is it just broken ( or not fully implemented?). I can't find ANYTHING about the java viewer ANYWHERE for KRFB (although it quite apparenly is in there, just not working).