No java project option in eclipse

前端 未结 7 1045
遇见更好的自我
遇见更好的自我 2021-02-07 18:11

There may well be a very simple answer to this but having googled for an hour, I am resorting to asking here.

I am simply trying to install eclipse Indigo(3.7.2) on Ubun

7条回答
  •  迷失自我
    2021-02-07 18:25

    Same as @thiagowfx answered, just need to add * in last commant

    sudo apt-get remove eclipse*
    sudo apt-get purge eclipse*
    rm -r ~/.eclipse*
    rm -r workspace*
    

    Then install the eclipse

    sudo apt-get install eclipse
    

提交回复
热议问题