From owner-freebsd-java@FreeBSD.ORG Sat Jun 26 23:51:32 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CC0C16A4CE; Sat, 26 Jun 2004 23:51:32 +0000 (GMT) Received: from gravy.kishka.net (pcp04097789pcs.neave01.pa.comcast.net [68.81.192.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id A254643D3F; Sat, 26 Jun 2004 23:51:31 +0000 (GMT) (envelope-from bryan@kishka.net) Received: from gravy.kishka.net (gravy.kishka.net [192.168.1.2]) by gravy.kishka.net (8.12.11/8.12.11) with ESMTP id i5QNovf6000665; Sat, 26 Jun 2004 19:50:57 -0400 (EDT) (envelope-from bryan@kishka.net) Date: Sat, 26 Jun 2004 19:50:57 -0400 (EDT) From: Bryan Liesner To: Panagiotis Astithas In-Reply-To: <40DE0929.6040509@noc.ntua.gr> Message-ID: <20040626194213.R613@gravy.kishka.net> References: <40CFFE0F.6040403@noc.ntua.gr> <20040616171610.3ad2fde7.nork@FreeBSD.org> <40D982A5.8050701@noc.ntua.gr> <40DE0929.6040509@noc.ntua.gr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: java@freebsd.org cc: Norikatsu Shigemura Subject: Re: An alternative Eclipse 3 port X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2004 23:51:32 -0000 On Sun, 27 Jun 2004, Panagiotis Astithas wrote: > Hello, > > I have once again updated the port skeleton at the following URL to build the > already released final 3.0 version of Eclipse: > > http://noc.ntua.gr/~past/freebsd/eclipse3-port.tgz > > The WITH_MOTIF option still does not work, although there has been some > progress. Once again, great work. I built the gnome-less version of the last RC and it's looking good. One important question - is debugging ever going to work under FreeBSD 5.x? I'm still getting the same error that no one has ever answered for me: FATAL ERROR in native method: JDWP "util.c" (Mar 9 2004), line 1194: Unexpected error, error code = 51 (JVMDI_ERROR_NOT_MONITOR_OWNER) Once upon a time, I could use Eclipse and actually run stuff under the debugger. Thanks