From owner-freebsd-java@FreeBSD.ORG Mon Oct 23 11:57:55 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 8D07516A403 for ; Mon, 23 Oct 2006 11:57:55 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from melon.pingpong.net (melon.pingpong.net [195.178.174.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 670CD43D64 for ; Mon, 23 Oct 2006 11:57:45 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from localhost (localhost.pingpong.net [127.0.0.1]) by melon.pingpong.net (Postfix) with ESMTP id 7304351AA3; Mon, 23 Oct 2006 13:57:43 +0200 (CEST) Received: from melon.pingpong.net ([127.0.0.1]) by localhost (melon.pingpong.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 44819-01-2; Mon, 23 Oct 2006 13:57:43 +0200 (CEST) Received: from [192.168.1.187] (unknown [213.136.40.204]) by melon.pingpong.net (Postfix) with ESMTP id BDEB451A8F; Mon, 23 Oct 2006 13:57:42 +0200 (CEST) Date: Mon, 23 Oct 2006 13:57:42 +0200 From: Palle Girgensohn To: David Sledge Message-ID: In-Reply-To: <452FDCB1.4020405@appriss.com> References: <768690DD58883C4FAA0C089A534F94DF2054DE@intexch02.int.appriss.com> <54A56D47DC749F45C4291FD0@rambutan.pingpong.net> <452286C2.3030902@appriss.com> <273C02EB81D51F8607AEB1A4@rambutan.pingpong.net> <452A6A16.5060706@appriss.com> <452AD3CE.1070008@appriss.com> <452BF733.7060705@appriss.com> <439BCBDEE3689EFBF8CEFE62@rambutan.pingpong.net> <452FDCB1.4020405@appriss.com> X-Mailer: Mulberry/4.0.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Scanned: by amavisd-new at pingpong.net Cc: freebsd-java@freebsd.org Subject: Re: Eclipse 3.2 port (java/eclipse32) 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, 23 Oct 2006 11:57:55 -0000 --On fredag, oktober 13, 2006 14.36.33 -0400 David Sledge=20 wrote: > > > Palle Girgensohn wrote: >> >> --On tisdag, oktober 10, 2006 15.40.35 -0400 David Sledge >> wrote: >> >>> >>> >>> Palle Girgensohn wrote: >>> >>> >>> >>> --On m=E5ndag, oktober 09, 2006 18.57.18 -0400 David Sledge >>> wrote: >>> >>> >>> I just finished the 3.2.1 port for eclipse. I will make sure that at >>> least the plugins I use still work, if so I will upload it to a server >>> tomorrow for anyone else who would like to test it. >>> >>> >>> Super! >>> >>> Which plugins do you use? Do you need help fixing the plugins? >>> >>> Regards, >>> Palle >>> >>> >>> >>> The new eclipse32.shar file is available at >>> http://www.freshdevonrails.com/eclipse32.shar. It has been updated for >>> eclipse version 3.2.1. I am currently using the following plugins and >>> they work ok, EPIC, RDT, RADRAILS and Subclipse. I used the update >>> manager in eclipse to install these plugins so I did not have to update >>> or use any specific freebsd ports. >> >> Hi! >> >> I get problem opening jsp pages. It complains about MOZILLA_FIVE_HOME >> not set. When I set it (to /usr/X11R6/lib/mozilla) it still fails. >> Anyone else with more luck than me? >> >> /Palle >> > Replace the patch file "files/eclipse.in" with the new one attached and > let me know if it fixes the problem. I had to add the MOZILLA_FIVE_HOME env to make eclipse start at all (and=20 also remove .eclipse). It fails when opening jsp files, and it seems it=20 might be related to the gnome problems reported separately: $ env JAVA_HOME=3D/usr/local/diablo-jdk1.5.0 LC_ALL=3Dsv_SE.UTF-8=20 /usr/local/bin/eclipse -vmargs -Xmx400m -Dosgi.locking=3Dnone /libexec/ld-elf.so.1:=20 /.a/banan/opt/home/girgen/.eclipse/org.eclipse.platform_3.2.0/configuration/= org.eclipse.osgi/bundles/91/1/.cp/libswt-mozilla-gtk-3232.so:=20 Undefined symbol "NS_InitEmbedding" (Sorry for the late reply, I've been out of town for a week, had no access=20 to X-connected FreeBSD.) /Palle