Eclipse doesn't load plugins in the dropins fo

2019-01-10 18:51发布

I just downloaded Eclipse SDK 3.5.1 and want to install some add ons such as GEF, EMF, etc.

I downloaded all the zip files for everything I needed and decided to install them in the dropins folder. I read http://wiki.eclipse.org/Equinox_p2_Getting_Started and structured my dropin folder as specified:

eclipse/  
   dropins/  
     emf/  
       eclipse/  
         features/  
         plugins/  
     gef/  
       eclipse/  
         features/  
         plugins/  
     ... etc ...

When I start up Eclipse it does not recognize any of the features or plugins I have put into the structure above. Any ideas?

标签: eclipse p2
7条回答
该账号已被封号
2楼-- · 2019-01-10 19:54

The local archive plug-ins work if you have downloaded an update site plug-in. In that case the dropins might not work.

About the dropin structure, it always worked for me, but I never use the eclipse folder inside my own ones, only the plugins and features. Did you extract the zip file to that structure?

If yes, it should be worth checking the Error log after Eclipse started, there might be some unresolved dependecies listed.

查看更多
登录 后发表回答