Date: Mon, 23 Feb 1998 12:38:36 -0800 From: berg@platsol.com (Michael Bergknoff) To: freebsd-java@FreeBSD.ORG Subject: Security exception Message-ID: <9802232038.AA34160@lccsd.sd.platsol.com>
next in thread | raw e-mail | index | archive | help
Hi, I'm getting this execption running my applet from appletviewer. sun.applet.AppletSecurityException: checkconnect.networkhost1 at sun.applet.AppletSecurity.checkConnect(AppletSecurity.java:564) at sun.applet.AppletSecurity.checkConnect(AppletSecurity.java:606) at sun.applet.AppletSecurity.checkConnect(AppletSecurity.java:506) at java.net.InetAddress.getAllByName0(InetAddress.java) at java.net.InetAddress.getByName(InetAddress.java) at java.net.Socket.<init>(Socket.java:97) at MyApp.run(MyApp.java:277) at java.lang.Thread.run(Thread.java) I'm running jdk1.1.5 on FreeBSD 2.2.2-RELEASE which I downloaded from http://www.cre8tivegroup.com. The same applet runs fine on Solaris and Windows NT from appletviewer. Is this a configuration issue? Thanks, Mike berg@acm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9802232038.AA34160>