From owner-freebsd-questions@FreeBSD.ORG Thu Aug 6 07:13:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85353106564A for ; Thu, 6 Aug 2009 07:13:31 +0000 (UTC) (envelope-from 240olofsson@telia.com) Received: from pne-smtpout1-sn1.fre.skanova.net (pne-smtpout1-sn1.fre.skanova.net [81.228.11.98]) by mx1.freebsd.org (Postfix) with ESMTP id 4BA958FC08 for ; Thu, 6 Aug 2009 07:13:31 +0000 (UTC) Received: from [192.168.1.31] (90.227.65.20) by pne-smtpout1-sn1.fre.skanova.net (7.3.140.3) (authenticated as u43111868) id 4A683C780010B17F; Thu, 6 Aug 2009 08:04:20 +0200 Message-ID: <4A7A7262.9000402@telia.com> Date: Thu, 06 Aug 2009 08:04:18 +0200 From: Roger Olofsson <240olofsson@telia.com> User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Coert Waagmeester References: <1249506008.4520.5.camel@penguin.coert.local> In-Reply-To: <1249506008.4520.5.camel@penguin.coert.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-questions Subject: Re: eclipse install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: raggen@raggens.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2009 07:13:31 -0000 Coert Waagmeester skrev: > Hello all, > > What is the best way to install eclipse on FreeBSD 7.2? > > On Linux I installed java, and downloaded the newest eclipse. > > Regards, > Coert > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Hi Coert, I had an issue some time back and I posted this to the list. I don't know if it'll help you. ------ Dear mailing list, I don't know if anyone has noticed or if it's my machine having stale ports but it seems that to make eclipse 3.4.1 working on FreeBSD 7.1 STABLE with diablo-jdk-1.6.0.07.02_4 you need to do the following: Do _not_ make clean until you have made: cp /usr/ports/java/eclipse/work/plugins/org.eclipse.swt.gtk.freebsd.x86/gtk/library/libswt* /usr/local/diablo-jdk1.6.0/jre/lib/i386/client/ It seems like make install builds the swt-gtk:s but that the .jar somehow 'misses' adding them in. /Roger ------