From owner-freebsd-eclipse@FreeBSD.ORG Sun Oct 31 16:05:42 2010 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E2841065672 for ; Sun, 31 Oct 2010 16:05:42 +0000 (UTC) (envelope-from Thomas.Gellekum@gmx.de) Received: from mail.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id E226F8FC1A for ; Sun, 31 Oct 2010 16:05:41 +0000 (UTC) Received: (qmail invoked by alias); 31 Oct 2010 16:05:40 -0000 Received: from xdsl-87-78-39-123.netcologne.de (EHLO siegel.tg.intern) [87.78.39.123] by mail.gmx.net (mp028) with SMTP; 31 Oct 2010 17:05:40 +0100 X-Authenticated: #18235045 X-Provags-ID: V01U2FsdGVkX19xD60Iw1xxG197UiyB2cWpLEh248DIxumFX7zIwx Rm17ZAZwIvH9j+ From: Thomas Gellekum To: Michael Martin In-Reply-To: <4CCD81A5.6090207@comcast.net> (Michael Martin's message of "Sun, 31 Oct 2010 08:48:05 -0600") References: <86ocaepvsy.fsf@siegel.tg.intern> <4CC97027.9050805@comcast.net> <86zktxazsg.fsf@siegel.tg.intern> <20101031.233825.1348995565861218514.ken@tydfam.jp> <4CCD81A5.6090207@comcast.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) Date: Sun, 31 Oct 2010 17:05:38 +0100 Message-ID: <86pquq8i0d.fsf@siegel.tg.intern> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Y-GMX-Trusted: 0 Cc: freebsd-eclipse@freebsd.org Subject: Re: Upgrade eclipse-devel to 3.6.1 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2010 16:05:42 -0000 Michael Martin writes: > On 10/31/10 08:38, ken wrote: > > Thomas, > 20101029-Patch went well and compiled successfully on FreeBSD-current(amd64). It starts and goes to banner, but it dies before having screen. > Something goes wrong with -current + gnome2. > > > I'm running 9.0-CURRENT too, amd64 and mine was ok. That's great to hear. I did actually have two changes in the latest patchset, but only expected to fix the SWT issue. > Did you try with an > empty ~/.eclipse folder? Also try an empty ~/workspace folder. I also > had to point to openjdk ( using setenv JAVA_HOME ) -- diablo sigsegv'd on > me. Looks like /usr/local/bin/eclipse-devel defaults to openjdk, so check > that your JAVA_HOME is not pointing to diablo or somewhere else, as this > will over-ride the eclipse-devel script default. This, however, is worse than I thought. On i386, diablo-jdk16 can run the resulting eclipse, it "only" crashes while building eclipse. Maybe we need to hardcode the Java version in the startup script. Users can still configure the JRE used by JDT/PDE through the preferences. tg