Hi,
I am trying to access the method of another PDK application. The PDK appln that I am trying to access is also present in the server. I have included the Project in Java Build Path -> Project also. I have included the "Project Name" as the Sharing Reference.
But during run time I am getting "java.lang.NoClassDefFoundError" Exception. But if we access any static variables of the class, no exception is coming and I am able to access the same. But for methods Exception is coming.
Could anyone give me a solution for this.
Hi Pavithra,
to have a clear architecture you should implement functionality, which is used from many par apps in a portal service and refer to it in your apps
@see:
http://help.sap.com/saphelp_nw70/helpdata/en/df/e6b74253ffda11e10000000a155106/content.htm
Regards, Jens
Add a comment