0

I have a eclipse. I removed default eclipse from /usr/lib as,

sudo apt-get remove eclipse

Then I copied my eclipse folder to /usr/lib and tried to launch it as,

sudo eclipse

But I am getting the following error,

usr/bin/eclipse: 35: exec: /usr/lib/eclipse/eclipse: not found

My eclipse which I copied is present in /usr/lib. Why am I getting this error? My requirement is I have to remove the default eclipse and launch my own eclipse from /usr/lib.

muru
  • 207,228

1 Answers1

0

you need to purge it, that way it will remove all the configurations saved in your home folder.

sudo apt-get purge eclipse and then sudo apt-get install eclipse

thebugfinder
  • 2,331