Hi Experts
I have developed an webdynpro java applicaton which uses an EJB .The application is working fine on my client machine,but when i try to migrate the project to other client machine and deploy the application it is showing a classpath error.
java.lang.NoClassDefFoundError: com/sap/tc/webdynpro/clientserver/uielib/standard/api/IWDAbstractToggle .
Has it got something to do with the EJB which has to be referenced with the project .
Can anyone help me out in solving this issue.