Question

I have installed the Eclipse Communication Framework and now I am wanting to add a Skype Provider.

I have downloaded the Skype Provider source and have placed it in /eclipse/ECF-Skype/eclipse/ as stated by the third method here, now I expect for a Skype provider to appear in the dropdown. Instead, I still get this:

enter image description here

Could someone help me install Skype for the Eclipse Communications Framework?

Was it helpful?

Solution

First you need to check out the Skype bundles from here to your workspace and then you can export these Eclipse plugins and generate the OSGi bundles(JARs) from them using the Eclipse Exporters.

after generating the OSGi bundles from these eclipse plugins, you can place these plugins in the

<ECLIPSE_HOME>/dropins
location and restart your Eclipse instance.

Then you will be able to see the Skype provider available in the connections section.

Thanks and Regards,

Harshana

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top