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
MayankDkPantMayankDkPant 

Fail to Load Manifest file.

Hi,

 

I have to integrate Salesforce with Client application(Java based). I have downloaded latest version of the WSC (currently wsc-20.jar) and the pre-compiled Partner library (partner-18.jar) from "http://code.google.com/p/sfdc-wsc/downloads/list". But when I try to run command

"java -classpath wsc-20.jar com.sforce.ws.tools.wsdlc enterprise.wsdl enterprise.jar "

it says failed to load manfiest file from wsc.

I checked manifest file from wsc but there is no main class mentioned in manifest file. How can I create a main class in manifest file so that I can move ahead with my task.

 

Any help will be appreciated. Thanks in advance.

 

With Regards,
Mayank Pant