How to fix an Eclipse 3.6 plugin installation?
I tried to install the Google App Engine plugin in Eclipse (Version 3.6 Helios) via Install New Software...
, but the download never finished because it kept timing out. I then tried to install开发者_如何学运维 the plugin via the "dropin" method as described in this answer.
No success.
I think the GAE plugin was partially installed by my initial attempts, so Eclipse no longer accepts the dropin method. The Google plugin shows up under installed items, but it doesn't look too healthy:
My best option seems to uninstall the GAE plugin and start over using the dropin approach, but how can I do this? Any other solutions?
This is on Windows XP.
Thanks!
I had to manually added the plugin to \configuration\org.eclipse.equinox.simpleconfigurator\ under bundles.info, after copying the plugin into the plugin folder.
Not sure why, but it did work.
I fixed it by installing Eclipse for Java EE Developers
精彩评论