如何从我的 Eclipse 安装中删除 m2eclipse?

2023-08-22Java开发问题
6

本文介绍了如何从我的 Eclipse 安装中删除 m2eclipse?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我不需要 m2eclipse 才能正常工作,我现在只需要删除 m2eclipse 并让 eclipse 正常运行.我该怎么做?

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?

推荐答案

两种解决方案:

通过已安装插件列表删除插件
(插图来自博文Install Eclipse UI FormAlbert ATTARD 编写的编辑器):

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):

关于 eclipse"菜单将让您访问已安装软件的列表:

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

你可以点击正确的应用程序(m2eclipse为你,本例中为Jiglo),然后点击卸载,重启eclipse.

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

更安全的解决方案是首先安装新的 Eclipse 副本,然后添加现有插件(m2eclipse 除外):如果失败,您之前的 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.

这篇关于如何从我的 Eclipse 安装中删除 m2eclipse?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

如何使用 JAVA 向 COM PORT 发送数据?
How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)...
2024-08-25 Java开发问题
21

如何使报表页面方向更改为“rtl"?
How to make a report page direction to change to quot;rtlquot;?(如何使报表页面方向更改为“rtl?)...
2024-08-25 Java开发问题
19

在 Eclipse 项目中使用西里尔文 .properties 文件
Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)...
2024-08-25 Java开发问题
18

如何在 Java 中从 DB 加载资源包消息?
How to load resource bundle messages from DB in Java?(如何在 Java 中从 DB 加载资源包消息?)...
2024-08-25 Java开发问题
13

如何更改 Java 中的默认语言环境设置以使其保持一致?
How do I change the default locale settings in Java to make them consistent?(如何更改 Java 中的默认语言环境设置以使其保持一致?)...
2024-08-25 Java开发问题
13

如何控制 DateFormat 返回的月份和日期名称的大小写?
How to control the capitalization of month and day names returned by DateFormat?(如何控制 DateFormat 返回的月份和日期名称的大小写?)...
2024-08-25 Java开发问题
20