Possible Duplicate:
How to write a plugin for eclipse?
I want to implement an Eclipse plugin of my project which is in swt. What is a good tutorial with examples?
I want to run m开发者_高级运维y project in Eclipse when the user clicks my project's (plugin) icon. Which tutorial should I read?
http://vogella.de has a lot of great articles on this. Start with Eclipse Plugin Development Tutorial.
This can be found by googling How to write Eclipse plugin (with animation, but requires JavaScript).
Eclipse has a guide for that too, Your First Plug-in.
精彩评论