From owner-freebsd-java Thu Jan 4 1:20:46 2001 From owner-freebsd-java@FreeBSD.ORG Thu Jan 4 01:20:43 2001 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from ares.trc.adelaide.edu.au (ares.trc.adelaide.edu.au [129.127.246.5]) by hub.freebsd.org (Postfix) with ESMTP id C122D37B400 for ; Thu, 4 Jan 2001 01:20:41 -0800 (PST) Received: (from glewis@localhost) by ares.trc.adelaide.edu.au (8.9.3/8.9.3) id TAA02568; Thu, 4 Jan 2001 19:50:01 +1030 (CST) (envelope-from glewis) Date: Thu, 4 Jan 2001 19:50:01 +1030 From: Greg Lewis To: Ernst de Haan Cc: Patrick Gardella , FreeBSD Java mailing list Subject: Re: New port: BugSeeker for Java 2 Message-ID: <20010104195001.A2504@ares.trc.adelaide.edu.au> References: <20010104041430.A42481@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20010104041430.A42481@c187104187.telekabel.chello.nl>; from ernst@jollem.com on Thu, Jan 04, 2001 at 04:14:30AM +0100 Sender: glewis@ares.trc.adelaide.edu.au Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jan 04, 2001 at 04:14:30AM +0100, Ernst de Haan wrote: > Hi Patrick and all, > > Just submitted a PR for yet another Java port: BugSeeker. The details can be > viewed here: > > * http://www.freebsd.org/cgi/query-pr.cgi?pr=24062 > > I could not get BugSeeker to work with the FreeBSD JDK 1.2.2, since it needs > two shared libraries that are not built by our JDK: > > * libdt_socket.so > * libjdwp.so > > If I remember correctly, there was some discussion on this subject a few > months ago, and I think we could not build these unless we would rip the Linux > JDK sources, right? These are the JPDA shared libraries. You can build them from the code Sun did release at one point under the SCSL. However, they've since taken the code down. If you're adventurous, there are patches and the code to do so on my web site. However, the patches on the web site miss one key patch which I posted to the group a while back (should be in the archives). It seems what really needs to happen is for patchset 11 to come out, with JPDA support included. Let me talk that over with the porting team, it may make your life easier (especially for ports that depend on JPDA). - Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message