After creating a web service for SAP BusinessObjects, at runtime I get an exception:
Exception: java.lang.NoClassDefFoundError: com/crystaldecisions/sdk/exception/SDKException; nested exception is: java.lang.NoClassDefFoundError: com/crystaldecisions/sdk/exception/SDKException Message: java.lang.NoClassDefFoundError: com/crystaldecisions/sdk/exception/SDKException; nested exception is: java.lang.NoClassDefFoundError: com/crystaldecisions/sdk/exception/SDKException
I have included all JAR files both in WEB-INF/lib
, and as well I have referenced external JAR file in my project build path.
Can anyone help me solve this problem?
Thanks.