I haven't edited any of the SDK files, I just wanted to build them while I test things out in Java for the converter SDK.
When I build, I receive the following error:
C:\sdk\samples\Axis>build
Generating converter stubs from wsdl
- Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
{urn:vim25}DynamicArray already exists
{urn:vim25}DynamicData already exists
{urn:vim25}DynamicProperty already exists
My assumption is that I'm missing the activation.jar and the javax.mail.jar files somewhere; but I've added them to every \lib location that I can think of.
Has anyone corrected this issue before?
After building, when I run: java -cp %LOCALCLASSPATH% SubmitWinP2VJob/Program
I get the errors:
- Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
ERROR: Failed to Connect to Converter Server.
Any help is appreciated,
Thanks,
Craig