function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SreerupSreerup 

WSDL2Java problem

Hi,

I was trying to generate the Java classes using WSDL2Java utility of Axis. I am using Axis 1.3 for the purpose. But I can find that the activation.jar and mail.jar are missing from the lib directory when extracting the installed zip. While running the WSDL2Java utility I am receiving java.lang.ClassNotFoundException. Please suggest. Should I be installing any other versions of AXIS? The Axis 1.4  is also missing out on these  two jars.Please suggest.
David VPDavid VP
Just download the libs you are missing and put them in your classpath. That should fix it.


David