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
ThomasITThomasIT 

Problem wsc-gae Force.com for GoogleAppEngine

Hi. I downloaded wsc-gae-16_0.jar file and try to run wsdlc command on my enterprise wsdl.

At command line : java com.sforce.ws.tools.wsdlc enterprise.wsdl enterprise.jar

The result is :

 

Exception in thread "main" java.lang.NullPointerException?

at com.sforce.ws.tools.wsdlc.checkTargetFile(wsdlc.java:115)
at com.sforce.ws.tools.wsdlc.<init>(wsdlc.java:66)
at com.sforce.ws.tools.wsdlc.run(wsdlc.java:288)
at com.sforce.ws.tools.wsdlc.main(wsdlc.java:279)
what's wrong? thank