Problem instaling eclipse

David Nugent davidn at datalinktech.com.au
Thu Apr 20 00:22:30 UTC 2006


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,


More information about the freebsd-eclipse mailing list