views:

30

answers:

2

Hi all,
i need a complete tutorial about Eclipse plugin. My plugin has not a graphical interface, but i need to use his function insiede another plugin or java app.
I use eclipse ONLY to load this plugin, but must work in eclipse.
It should be easy, but i don't know how to do this.

+1  A: 

Very well designed wizards are available in eclipse itself. You just say new->plug-in project, and then after going through the wizard steps you can choose from templates like "plugin with popup menu, or "hello world" and so on. So the answer is simply use wizard.

Gábor Lipták
+2  A: 

I often found Lars Vogel's tutorials really useful and simple. This tutorial may be a good start point but be sure to check out the complete list too.

Ither