Hello,I'm trying to get the id of a course.
Add the library (Vista8_sdk_client.jar) to my code, but when I try to create an instance of ContextSDK (class library) to get the id with one of its methods (com.webct.platform.sdk.context.client.ContextSDK.getLearningContextIdBySourcedId(String arg0, String arg1) throws RemoteException, ContextException)
I get this error: java.lang.NoClassDefFoundError: javax/ejb/EJBHome.
I think the mistake is because I use tomcat and is not compatible with ejb (and this class uses ejb methods), because is not an application server.Could you help me.Thank you very much.
Jorge
I am not a systm administrator but I am pretty sure Tomcat is not compatable with Vista 8 so that could be your issue.
Sorry I don't have much to offer you on this.
Harold