From owner-freebsd-current Tue Feb 4 08:54:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA27550 for current-outgoing; Tue, 4 Feb 1997 08:54:23 -0800 (PST) Received: from goof.com (root@goof.com [128.173.246.47]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA27543 for ; Tue, 4 Feb 1997 08:54:19 -0800 (PST) Received: (from jlido@localhost) by goof.com (8.7.5/8.7.3) id LAA08207; Tue, 4 Feb 1997 11:53:10 -0500 (EST) Message-Id: <199702041653.LAA08207@goof.com> Subject: Desperately needed JDK help To: freebsd-current@freebsd.org Date: Tue, 4 Feb 1997 11:53:10 -0500 (EST) From: jlido@vt.edu (Jon Lido) Reply-To: jlido@vt.edu X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a critical need to have a working JDK. I wouldn't bother this group with this problem otherwise. While I'm certain the problem is not with my code, as the code runs fine on Solaris. I am not, however, certain of the JDK port on Freefall, or of my installation of it. I'm running 3.0-971024-SNAP. Java seems to choke on socket calls. I get the following output: java.lang.UnsatisfiedLinkError: setScopePermission at java.net.PlainSocketImpl.(PlainSocketImpl.java:44) at java.net.ServerSocket.(ServerSocket.java:48) at java.net.ServerSocket.(ServerSocket.java:69) at java.net.ServerSocket.(ServerSocket.java:58) at ServerProtocol.(ServerProtocol.java:33) at ServerProtocol.(ServerProtocol.java:42) at Server.(Server.java:19) at Server.main(Server.java:28) java.lang.UnsatisfiedLinkError: socketCreate at java.net.PlainSocketImpl.create(PlainSocketImpl.java:55) at java.net.ServerSocket.(ServerSocket.java:76) at java.net.ServerSocket.(ServerSocket.java:58) at ServerProtocol.(ServerProtocol.java:33) at ServerProtocol.(ServerProtocol.java:42) at Server.(Server.java:19) at Server.main(Server.java:28) I am able to use javac to compile the code, which leads me to believe that I have all my environment variables set correctly. Has anyone successfully used sockets with the jdk102.11-26 package? Thanks! Jon Lido