From owner-freebsd-java@FreeBSD.ORG Mon Aug 27 00:26:13 2007 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31A7116A419; Mon, 27 Aug 2007 00:26:13 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.freebsd.org (Postfix) with ESMTP id 0E5F113C459; Mon, 27 Aug 2007 00:26:13 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9] (may be forged)) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l7R0Q4I6008885 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 26 Aug 2007 17:26:04 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l7R0Q3Gq025117 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 26 Aug 2007 17:26:04 -0700 Message-ID: <46D21A24.9010406@u.washington.edu> Date: Sun, 26 Aug 2007 17:26:12 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Greg Lewis References: <6f50eac40708261047o6bcd8459p90cdcd6ee5b9a7d7@mail.gmail.com> <46D1DEC2.6030003@u.washington.edu> <20070827002320.GA93996@misty.eyesbeyond.com> In-Reply-To: <20070827002320.GA93996@misty.eyesbeyond.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.8.26.170327 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: Indigo 23 , freebsd-eclipse@freebsd.org, freebsd-ports@freebsd.org, freebsd-java@freebsd.org Subject: Re: Eclipse 3.2.2 on 7.0-CURRENT X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Aug 2007 00:26:13 -0000 Greg Lewis wrote: > On Sun, Aug 26, 2007 at 01:12:50PM -0700, Garrett Cooper wrote: > >> Indigo 23 wrote: >> >>> Anyone have Eclipse 3.2.2 running on 7.0-CURRENT, if so, did you have >>> to do anything special? >>> >>> BTW, I'm using the latest diablo-jdk and jre. >>> >>> Thanks. >>> >> AFAIK diablo-jdk / -jre don't work on 7-CURRENT, because the FreeBSD >> foundation hasn't built a release yet for 7-CURRENT (because it's not a >> real release yet). >> > > It should work with the compat6x port. > > FYI, the fact that 7.x hasn't had a release yet pretty much rules out > doing a binary for it. Threaded library stuff was broken in 7.x for Java until as of late (IIRC). You may want to inspect those threads in current@ to determine whether or not it's possible or ask on the list. -Garrett