eclipse+axis2插件An error occurred while completing process -java.lang.reflect.Inv

 An error occurred while completing process-java.lang.reflect.InvocationTargetException的错误

 1、从AXIS2的LIB库中复制"geronimo-stax-api_1.0_spec-.jar"和 "backport-util-concurrent-3.1.jar"文件到Axis2_Codegen_Wizard_的lib目录中,同时修改Axis2_Codegen_Wizard_1.3.0下的plugin.xml文件,在<runtime>中添加<library name="lib/geronimo-stax-api_1.0_spec-.jar">         <export name="*"/></library><library name="lib/backport-util-concurrent-3.1.jar">        <export name="*"/></library>到plugin.xml文件中,保存

2、将 $workspace位置\.metadata\.plugins下目录 Axis2_Codegen_Wizard 删除

3、在命令行下切换至$ECLIPSE_HOME目录,然后执行:eclipse –clear

========这是第一次找的,不管用。。。继续找

 

In "$ECLIPSE_HOME/plugins/Axis2_Codegen_Wizard_1.3.0/plugin.xml" changing the version attribute of the "plugin" element from "1.3.0" to "1.4.0". This results still in the same exception. But leave it.

Now changing the version also in the plugin's folder name from "Axis2_Codegen_Wizard_1.3.0" to "Axis2_Codegen_Wizard_1.4.0".

 

又照这个改了下名就好了。。

你可能感兴趣的:(eclipse)