From owner-freebsd-questions@FreeBSD.ORG Wed Aug 5 21:52:17 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 959711065670 for ; Wed, 5 Aug 2009 21:52:17 +0000 (UTC) (envelope-from lgroups@waagmeester.co.za) Received: from mail.bushveldgrain.co.za (mail.bushveldgrain.co.za [196.25.181.10]) by mx1.freebsd.org (Postfix) with ESMTP id 213148FC28 for ; Wed, 5 Aug 2009 21:52:16 +0000 (UTC) Received: from localhost (mail.bushveldgrain.co.za [127.0.0.1]) by mail.bushveldgrain.co.za (Postfix) with ESMTP id B05116624C for ; Wed, 5 Aug 2009 23:52:15 +0200 (SAST) X-Virus-Scanned: amavisd-new at example.com Received: from mail.bushveldgrain.co.za ([127.0.0.1]) by localhost (mail.bushveldgrain.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0S4FNG3fk-UQ for ; Wed, 5 Aug 2009 23:52:13 +0200 (SAST) Received: from [10.20.30.100] (cactus.bosveld.co.za [196.1.1.41]) by mail.bushveldgrain.co.za (Postfix) with ESMTP id 3793866235 for ; Wed, 5 Aug 2009 23:52:13 +0200 (SAST) From: Coert Waagmeester To: FreeBSD-questions In-Reply-To: <20090805233332.2f58fa88.freebsd@edvax.de> References: <1249506008.4520.5.camel@penguin.coert.local> <20090805233332.2f58fa88.freebsd@edvax.de> Content-Type: text/plain Date: Wed, 05 Aug 2009 23:53:22 +0200 Message-Id: <1249509202.4520.10.camel@penguin.coert.local> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-8.el5_2.3) Content-Transfer-Encoding: 7bit Subject: Re: eclipse install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2009 21:52:18 -0000 On Wed, 2009-08-05 at 23:33 +0200, Polytropon wrote: > On Wed, 05 Aug 2009 23:00:08 +0200, Coert Waagmeester wrote: > > Hello all, > > > > What is the best way to install eclipse on FreeBSD 7.2? > > > > On Linux I installed java, and downloaded the newest eclipse. > > On FreeBSD, you don't need to download things manually via a web > browser in this old fashioned way. :-) > > Have a look at FreeBSD's ports collection. You'll find java/eclipse > as well as many additions to this IDE. You can of course use > the pkg_add -r command to install them, or your favourite port > management program (portmaster, portinstall etc.), or use the > "plain" method of "make install". > > There are different versions of Java availabe on FreeBSD. You > can choose between Sun's JDK and the Diablo JDK, and there are > some others. > > Sadly, I can't provide much more information because I have up > using Java and Eclipse many years ago. :-( > > > > > I tried it via the ports, but this error keeps popping up: Missing pkg-descr for patch-2.5.9. And I do not know if it is important enough, but I want to use Eclipse 3.5 At the moment I am installing ports/java/jdk16 And then I'll try to use the download of eclipse 3.5 Thank you so far, Coert