-1

I'm in confusion because I'm not getting my eclipse even after installing. I downloaded .tar.gz file of eclipse. Then I generated .deb file using command: sudo alien -d eclipse.tar.gz

Then I tried to install it using command:

sudo dpkg -i ./eclipse_1-2_all.deb

It didn't give me any error and seemed to have worked but there's no eclipse application in dash home. What should I do? Kindly suggest.

Jacob Vlijm
  • 83,767

1 Answers1

0

I've finally got the solution after a lot of time. I've been missing jdk in my ubuntu that's why .sh files were unable to be run. I got this idea while installing pycharm but I had to install eclipse from synaptic package manager. Thanks to all for your suggestions.