I\'m running Eclipse SDK 3.4.0 on Mac OS X 10.5.6.
Every time I try to install something new through \"software updates\", the message \"The software items you selec
From terminal, find all eclipse directories with
sudo find / -iname "Eclipse"
Delete those directories with rm command.
rm