I am following this article for installing Eclipse in my linux system. How to install Eclipse?
- i extracted the
eclipse.tar.gz
sudo -i
cp -r eclipse /opt
in the 3rd step i am getting this error.
cp: cannot stat `eclipse': No such file or directory
the real name of the tar file was eclipse-standard-kepler-SR1-linux-gtk.tar.gz
which i renamed to eclipse.tar.gz
what i am doing wrong?thanks in advance.
ls | grep eclipse
. – Avinash Raj Jan 18 '14 at 05:13exit
and thenls | grep eclipse
. – Avinash Raj Jan 18 '14 at 05:16