Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2006 10:21:44 +1000
From:      David Nugent <davidn@datalinktech.com.au>
To:        Victor Hugo Bilouro <bilouro@gmail.com>
Cc:        freebsd-eclipse@FreeBSD.org
Subject:   Re: Problem instaling eclipse
Message-ID:  <4446D418.6080504@datalinktech.com.au>
In-Reply-To: <f4f409190604191121t2185011ew9f8141392a49c415@mail.gmail.com>
References:  <f4f409190604191121t2185011ew9f8141392a49c415@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Victor Hugo Bilouro wrote:

>Hello,
>
>  I'm trying unsuccess to install eclipse by ports or by package...
>
>  In my freebsd6 there are a lot of others softwares installed and when a
>try to install eclipse I notice there are a lot of incompatible software
>versions already installed.
>  
>
Ok, you may need to upgrade them.

> There is a correct way(order) to install eclipse, Like install first A,
>after B and them eclipse?
>
>  
>
Perhaps the easiest way to do this is:

(if you don't have a more or less full ports collection, install it and 
update - see portsnap(8))

Install portupgrade:

 # cd /usr/ports/sysutils/portupgrade
 # make install

then

 # portinstall -R java/eclipse

The `-R' will first attempt to update all installed packages on which 
eclipse depends.

Regards,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4446D418.6080504>