Hello,
Asking about this topic is a bit embarassing
I'm try to run an executable with the following conditions:
My top level directory is C:\ebayJavaSDK\SDKInstallDir\samples\JSDKToSoap
The source code is one file at C:\ebayJavaSDK\SDKInstallDir\samples\JSDKToSoap\com\ebay\migration\CallJsdk.java. It has a package of com.ebay.migration.
The class file is at C:\ebayJavaSDK\SDKInstallDir\samples\JSDKToSoap\classes\com\ebay\migration.
When I try to run the code at the C:\ebayJavaSDK\SDKInstallDir\samples\JSDKToSoap\classes> directory by typing
java com.ebay.migration.CallJsdk, I get Exception in
thread "main" java.lang.NoClassDefFoundError: com/ebay/sdk/SdkException.
or
java -classpath "C:\ebayJavaSDK\SDKInstallDir\samples\JSDKToSoap\classes" com.ebay.migration.CallJsdk - I get the same thing.
Can someone please give some assistance? I should know this.
Thanks,
Ken