2013-06-05 104 views
0

我有一個插件,我想與Eclipse IDE集成。我從互聯網上下載的插件包含兩個jar文件,分別爲:將示例插件添加到Eclipse中

org.eclipse.dg.ex.core_1.0.jar 
org.eclipse.dg.ex.ui_1.0.jar 

如何將它們放入我的IDE?我試圖把它們放在Eclipse dropins文件夾中,但我認爲這可能是不正確的。

有人可以幫忙嗎?

回答

0

絕對屬於eclipse/plugins文件夾。您可能還需要重新啓動eclipse。

+0

是的,我已經重新啓動了eclipse,但這些插件似乎沒有任何效果:(我不知道如何從2個jar文件重新創建一個插件,我覺得有點在這裏丟失 – rockstar

+0

如果您使用的是Eclipse 3.4或更高版本,您不應將插件(使用文件系統操作)添加到插件目錄,而應將其歸入dropins文件夾。 – cmd

0

將插件放在dropins目錄中是正確的!它不屬於插件目錄。自從p2加入到Eclipse中,目錄的dropins引入作爲一種手段,通過一般的文件系統操作

The dropins folder is configured to be scanned during startup. Thus the dropins folder can be used  
much like the plugins directory was used in the past. 

Here安裝新插件是關於dropins文件夾的一些信息。這還包括生活在dropins中的插件的有效佈局。看一看。很可能你只需要適當地「佈置」插件。