How do I install an Eclipse EPP (for example EPP Modeling Feature on 3.8)?(如何安装 Eclipse EPP(例如 3.8 上的 EPP 建模功能)?)
问题描述
如何通过 3.8 的软件安装程序安装 Eclipse EPP?我想选择EPP 建模功能"并安装它的所有包,而不是单独选择它们.
How do I install an Eclipse EPP through the software installer for 3.8? I would like to choose the "EPP Modeling Feature" and install all of its packages rather than selecting them all individually.
例如,如果我安装 Eclipse Juno Eclipse Modeling Tools",然后查看已安装的软件包,我将看到EPP Modeling Feature 1.5.0.20120620-0855 org.eclipse.epp.package.modeling.feature.group.
As an example if I install Eclipse Juno "Eclipse Modeling Tools" and then look at the installed software packages I will see "EPP Modeling Feature 1.5.0.20120620-0855 org.eclipse.epp.package.modeling.feature.group.
如果我还安装了基本的 Eclipse 3.8 并选择安装新软件"并关闭按类别分组",我可以找到 EPP.但是我无法安装它们,因为它们是根据 4.2 编写的(即使它们的所有软件包在 3.8 上也可以正常运行).
If I then also install the base Eclipse 3.8 and choose "install new software" and turn off "group by category" I can find the EPPs. I can't install them however since they are written to depend on 4.2 (even though all of their packages run fine on 3.8 also by design).
仅供参考,Eclipse 3.8:下载站点在哪里? 提供了有关 Juno 与 3.8 的一些背景知识,但没有具体回答安装 3.8 基础后如何获取 EPP 的问题.
FYI, Eclipse 3.8: where is the download site? gives some background on Juno vs. 3.8, but doesn't specifically answer the question of how to get the EPPs once you have installed the 3.8 base.
推荐答案
拿4.2.它在内部模拟 3.8.并且所有插件都可以通过 Juno 更新站点的 General Purpose Tools->MarketPlace Client 安装.
Take 4.2. It emulates 3.8 inside itself. And all plugins can be installed by General Purpose Tools->MarketPlace Client from juno updates site.
这篇关于如何安装 Eclipse EPP(例如 3.8 上的 EPP 建模功能)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何安装 Eclipse EPP(例如 3.8 上的 EPP 建模功能)?
基础教程推荐
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
