How do i remove m2eclipse from my eclipse installation?

前端 未结 2 1789
一个人的身影
一个人的身影 2020-12-15 17:22

I don\'t need m2eclipse to work properly, I just need to remove m2eclipse for now and let eclipse behave normally. how do i do this?

2条回答
  •  遥遥无期
    2020-12-15 17:45

    Two solutions:

    Remove the plugin through the list of installed plugins
    (the illustrations are from the blog post "Install Eclipse UI Form Editor" written by Albert ATTARD):

    install

    The "about eclipse" menu will give you access to the list of installed Software:

    uninstall

    You can click on the right application (m2eclipse for you, Jiglo in this example), and click uninstall, and restart eclipse.


    A safer solution would be first to install a new fresh copy of Eclipse, and add your existing plugins (except m2eclipse): if that fails, you still have your previous Eclipse installation untouched.

提交回复
热议问题