What's the difference between Eclipse Packages and Plug-ins?

后端 未结 3 1194
-上瘾入骨i
-上瘾入骨i 2021-01-06 08:21

In Dependencies tab, I have a choice between plug-ins and packages. What\'s the difference between them? For org.eclipse.compare, I have it in imported package

3条回答
  •  醉酒成梦
    2021-01-06 09:03

    Eclipse plugins is something like extension to the IDE itself. But imported packages are actually packages that you'll use in your current project.

    One is for development IDE another is for the project you are coding.

提交回复
热议问题