Eclipse插件中的Phantom项目 [英] Phantom project in an Eclipse plugin

查看:139
本文介绍了Eclipse插件中的Phantom项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将所有的项目放在组合中,但是我得到外部插件库,如下图所示。我如何把它作为我没有的项目。如何摆脱它?

I am trying to put all the projects in the combo, but I get "External Plugin Libraries" as shown in the picture below. How am I getting this as project which I don't have. How do I get rid of it?

插件中的错误项目http://fast-code.sourceforge.net/images/plugin-error1.jpg

推荐答案

常见问题页面中提到的,我如何查找特定的课程一个Eclipse插件?

外部插件库是一个在您的工作区中自动创建的项目,它将:

As mentioned in the FAQ page "How do I find a particular class from an Eclipse plug-in?",
External Plug-in Libraries is a project automatically created in your workspace, which will:


  • 具有您在其构建路径上选择的所有Eclipse插件,

  • 确保在搜索和打开Java时将通过Java搜索引擎查询它们类型。

这意味着您有RCP版本,其中已经设置了一个工作区,以便所有Eclipse插件由Java搜索引擎。

手动方式请执行以下操作:

That means you have the RCP edition where a workspace is already set up so that all Eclipse plug-ins are found by the Java search engine.
The manual way to do this is:



  • 通过转到窗口>显示视图>其他方式激活插件视图> PDE>插件。

  • 选择视图中的所有插件。

  • 从上下文菜单中选择添加到Java搜索。 / li>
  • Activate the 'Plug-ins' view by going to Window > Show View > Other > PDE > Plug-ins.
  • Select all plug-ins in the view.
  • From the context menu, select Add to Java Search.

从Eclipse 3.4(Ganymede)开始,外部插件库Java项目默认为隐藏(请参阅 bug 194694 )。

使用Java元素过滤器对话框,以在Package Explorer视图中包含外部插件库项目。

As of Eclipse 3.4 (Ganymede) the External Plug-in Libraries Java project is hidden by default (see bug 194694).
Use the Java element filters dialog to include the External Plug-in Libraries project in the Package Explorer view.

这篇关于Eclipse插件中的Phantom项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆