From owner-freebsd-java@FreeBSD.ORG Mon Apr 9 00:16:05 2007 Return-Path: X-Original-To: freebsd-java@FreeBSD.ORG Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFE9316A400 for ; Mon, 9 Apr 2007 00:16:05 +0000 (UTC) (envelope-from kpeter@melbpc.org.au) Received: from vscan02.westnet.com.au (vscan02.westnet.com.au [203.10.1.132]) by mx1.freebsd.org (Postfix) with ESMTP id 758FB13C44C for ; Mon, 9 Apr 2007 00:16:05 +0000 (UTC) (envelope-from kpeter@melbpc.org.au) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with ESMTP id DC14811B8EA for ; Mon, 9 Apr 2007 07:47:22 +0800 (WST) Received: from vscan02.westnet.com.au ([127.0.0.1]) by localhost (vscan02.westnet.com.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27126-12 for ; Mon, 9 Apr 2007 07:47:22 +0800 (WST) Received: from [192.168.0.2] (dsl-220-235-225-93.vic.westnet.com.au [220.235.225.93]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vscan02.westnet.com.au (Postfix) with ESMTP id 9EEE811B869 for ; Mon, 9 Apr 2007 07:47:22 +0800 (WST) Message-ID: <46197F09.9050407@melbpc.org.au> Date: Mon, 09 Apr 2007 09:47:21 +1000 From: Peter Kostouros Organization: Melbourne PC User Group User-Agent: Thunderbird 1.5.0.9 (X11/20070101) MIME-Version: 1.0 To: freebsd-java@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: How can I build a native jdk 6 library without building the entire jdk? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kpeter@melbpc.org.au List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 00:16:05 -0000 Hi linux-sun-jdk6 raises a SocketException error with a call to native function getAll (from java.net.NetworkInterface.getNetworkInterfaces). Unfortunately I do not know the location of the error in getAll so I would like to place some output statements to assist identify the problem. What is the simplest way to build the native jdk6 library libnet.so (jdk6/j2se/src/solaris/native/java/net) without building the entire jdk? -- Regards Peter As always the organisation disavows knowledge of this email