1 建立Eclipse插件 File->New->Project->Plug-in development的Plug-in project->Next,填写Project名,Next, 填写内容,Next,选择Create plug-in using one of the templates,选择Hello,World,Finish。
在视图可看到plugin.xml,在
里加上运行调用Web Service所需jar包。内容如下:
id="colimas_plugin"
name="Colimas_plugin Plug-in"
version="1.0.0"
provider-name="nova"
class="colimas_plugin.Colimas_pluginPlugin">
point="org.eclipse.ui.actionSets">
label="Sample Action Set"
visible="true"
id="colimas_plugin.actionSet">