0

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 my project in Eclipse when the user clicks my project's (plugin) icon. Which tutorial should I read?

Community
  • 1
  • 1
Ashish Panery
  • 1,196
  • 3
  • 13
  • 24

2 Answers2

3

http://vogella.de has a lot of great articles on this. Start with Eclipse Plugin Development Tutorial.

Alexey Romanov
  • 167,066
  • 35
  • 309
  • 487
2

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.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Kiril
  • 39,672
  • 31
  • 167
  • 226