First, I apologize profusely, as I know this isn't really the right
place to be posting this. However I posted to n.p.m.java over a week
ago and still haven't heard a peep on it, and I'm not sure where else to
seek help. If you could direct me to the appropriate place, I'd be very
grateful. And if you can provide any insight as to the possible cause
of the problem, that would be even more appreciated.
Here's what I posted to the other group:
I installed the nov16 mozilla build, then installed the java1.3_01
plugin (by installing from the netscape6 xpi directory). Everything was
working fine. Then I "upgraded" to the nov22 mozilla build, but didn't
save the plugin directory before blowing the original away. So I again
installed the jre.xpi. It seemed as though the installation went
successfully, showed up properly in about:plugins, however when I try to
go to a java applet now, I get a number of messages in the applet window
indicating it's connecting, opening connections, sending events, etc.
But the applet doesn't actually load. If I pull up the console it
appears that it couldn't find the class of the applet. For example,
when trying to run the clock applet that's in the mozilla verification
suite, I get the output appended to the bottom of this message.
I've tried uninstalling and reinstalling java. I've tried uninstalling
the nov22 build and going back to the nov16 build, I always get the same
thing. Any ideas what got messed up and how I might fix it?
FYI, I'm running on win98.
Thanks,
Dave
Console output:
load: class JavaClock.class not found.
java.lang.ClassNotFoundException: java.net.ConnectException: Connection
refused: no further information
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.plugin.protocol.jdk12.http.HttpClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.http.HttpClient.privilegedOpenServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.plugin.protocol.jdk12.http.HttpClient.<init>(Unknown Source)
at sun.plugin.protocol.jdk12.http.HttpClient.New(Unknown Source)
at sun.plugin.protocol.jdk12.http.HttpURLConnection.privBlock(Unknown
Source)
at
sun.plugin.protocol.jdk12.http.HttpURLConnection$PrivilegedBlockAction.run(Unknown
Source)
at java.security.AccessController.doPrivileged(Native Method)
at
sun.plugin.protocol.jdk12.http.HttpURLConnection.connectStep2(Unknown
Source)
at sun.plugin.protocol.jdk12.http.HttpURLConnection.connect(Unknown
Source)
at
sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown
Source)
at java.net.HttpURLConnection.getResponseCode(Unknown Source)
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)