从 eclipse 中卸载和删除插件

2023-08-21Java开发问题
3

本文介绍了从 eclipse 中卸载和删除插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我正在从 Eclipse 卸载选项中卸载一个名为 X 的插件.现在为了明确方法,我去了 eclipse 插件目录并从那里删除插件 jar 文件.现在我正在尝试重新安装相同的插件,并且eclipse提示错误说

I am uninstalling a plugin named X from eclipse uninstall option. Now to make a clear approach I went to the eclipse plugins directory and delete the plugin jar file from there. Now I am trying to reinstall the same plug-in and eclipse prompts an error saying

在执行过程中发生错误org.eclipse.equinox.internal.p2.engine.phases.CheckTrust阶段.会话上下文是:(配置文件=epp.package.jee,阶段=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust,操作数=,动作=).读取错误签名的内容.文件"D:Testingeclipse-jee-helios-SR1-win32eclipsepluginsx_1.1.3.jar"不存在

An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase. session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust, operand=, action=). Error reading signed content. The file "D:Testingeclipse-jee-helios-SR1-win32eclipsepluginsx_1.1.3.jar" does not exist

现在如何解决上述问题

推荐答案

永远不要删除使用 Eclipse 安装程序在 Help>Install New Software 下安装的插件.现在有一个目录用于将插件作为 jars 放入,我假设您使用过它,如果这样删除它会导致所需的行为,假设您事先关闭了 eclipse.如果没有,那么你需要清理你的配置区域.将来删除时,请转到帮助>安装新软件>已安装的软件,在那里应该有一个删除.:)

You should never delete plugins you installed using the Eclipse installer under Help>Install New Software. Now there is directory used to drop in plugins as jars, which I am assuming you used, if so deleting it would result in the desired behavior assuming you shut down eclipse before hand. If not then you need clean your configuration area. In the future when removing go to Help>Install New Software>Already Installed software, there should be a remove once your there. :)

祝你好运.

这篇关于从 eclipse 中卸载和删除插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

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

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

Eclipse 在尝试启动 Android 应用程序时卡住了
Eclipse gets stuck when trying to launch Android app(Eclipse 在尝试启动 Android 应用程序时卡住了)...
2024-08-25 Java开发问题
14

Java 代表?
Java Delegates?(Java 代表?)...
2024-08-25 Java开发问题
15

Eclipse:无法初始化监视器线程:无法建立环回连接
Eclipse: Failed to initialize Monitor Thread: Unable to establish loopback connection(Eclipse:无法初始化监视器线程:无法建立环回连接)...
2024-08-25 Java开发问题
4

Eclipse-找不到JDK
Eclipse- JDK not found(Eclipse-找不到JDK)...
2024-08-25 Java开发问题
6