[3161] in java-interest

home help back first fref pref prev next nref lref last post

Re: Netscape20b1J Sockets buggy?

daemon@ATHENA.MIT.EDU (Arthur van Hoff)
Wed Nov 1 21:35:22 1995

Date: Wed, 1 Nov 1995 14:33:37 -0800
From: Arthur.Vanhoff@Eng.Sun.COM (Arthur van Hoff)
To: miko@well.com
Cc: java-interest@java.Eng.Sun.COM


Hi Miko,

> I have a piece of Beta code that opens a socket to a telnet server.
> Now, I've gotten the code to run as a JAVA application in the JDK beta.
> I've also gotten the code to run ok in AppletViewer under beta.
> 
> But when I run it in Netscape 20b1J, it crashes with this error message:
> 
> java.lang.UnsatisfiedLinkError socketCreate
> at java.net.PlainSocketImpl.create(PlainSocketImpl.java:44)
> at java.net.Socket.<init>(Socket.java:83)
> 
> The line that is causing the crash is simply:
> 
> socket = new Socket("chat.hotwired.com",2428,true);
> 
> Like I said, it runs as a (non-applet) JAVA application, and it runs as 
> an applet in the Applet viewer. Sounds like a Netscape bug to me. Any ideas?

Netscape has turned off access to sockets in their beta release.
They will turn it back on before FCS (we hope).

Have fun,

	Arthur van hoff
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post