Monday, February 2, 2009

An error occured while completing process -java.lang.reflect.InvocationTargetException

Hi friends,
When I’m trying to build a java client to access a web service using apache axis 2 Code Generator eclipse plug-in I got an error at the point where I clicked the finish button to complete the code Generator plug-in Wizard. Finally I could find a solution to this error from the web. So I hope to share it with you. I think it will be helpfull to you too.

Solution
Simply you can solve this error by adding following jar files to eclipse plug-in directroy. These jar files can be downloaded from http://www.findjar.com/

1. backport-util-concurrent-3.1.jar

2. stax-api-1.0.1.jar

No comments: