Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] New topic in forum Eclipse Communications Framework (ECF), called Problem with ContainerFactory.createContainer(java.lang.String) method, by Nadeem Abbas

Title: Eclipse Community Forums
Subject: Problem with ContainerFactory.createContainer(java.lang.String) method Author: Nadeem Abbas Date: Fri, 30 November 2012 10:01
Hi,

I am new to ECF, and when I try to create a container using following code:

IContainerFactory factory = ContainerFactory.getDefault();
IContainer container=factory.createContainer("ecf.xmpp.smack");

I get following error on second line at factory.createContainer("ecf.xmpp.smack)" :
"The type org.eclipse.ecf.core.identity.ID cannot be resolved. It is indirectly referenced from required .class files"

I don't know why. I have checked the target platform and the ECF sdk is added there.
Can you please help to fix this issue?

I am using Ecliple Juno Release 1, with ECF 3.5.6.
[ Reply ][ Quote ][ View Topic/Message ][ Unsubscribe from this forum ]

Back to the top