I'm out of ideas now. I can't get my very simple Hello World Applet to 
work in Moz (0.9.7). Or, in fact, it works fine when opened from the 
filesystem (file://...) but not from an url. The Java Console error 
message is:

Reading: Class TestApplet2.class does not exist.
java.lang.ClassNotFoundException: java.net.SocketException: 
JVM_SetSockOpt() TCP_NODELAY (code=10055)

        at java.net.PlainSocketImpl.socketSetOption(Native Method)
        at java.net.PlainSocketImpl.setOption(Unknown Source)
        at java.net.Socket.setTcpNoDelay(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
         .
         .
         .
        
It's quite clear that the problem is that the Applet class can't be 
found but I've tried a couple of different codebase alternatives without 
any success.

I not able to load any applets in fact (if they are accessed via an 
url). Tried some applets in the Applet tutorials at java.sun.com with 
same result.

Can it be a problem with my installation of the java plug-in (copied 
manually to the Plugins folder), some setting I must alter or something 
else. As I said, I'm out of ideas.

Please, any hints?

/C


Reply via email to