> Now I see all the dependencies include inside my execute jar like Eclipse do > it, but when I try it I see this error: > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/axis2/AxisFault
It seems you are missing a necessary dependency, thus the NoClassDefFoundError you ran into. Looks like you need to add a dependency to Axis2. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
