Community
Participate
Working Groups
Build Identifier: M20110210-1200 I got the source code for the provider from https://github.com/ECF and generated the plugins for the provider (1.5.0) and provider ui (1.4.0). I'm running Vista Business 32 bit and Skype 5.3.0.111 and use an eclipse app run config. The error that I get is this: java.lang.UnsatisfiedLinkError: Can't load library: C:\Users\Corneliu\AppData\Local\Temp\skype_x86.dll at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1702) at java.lang.Runtime.load0(Runtime.java:770) at java.lang.System.load(System.java:1003) at com.skype.connector.win32.Win32Connector.initializeImpl(Win32Connector.java:103) at com.skype.connector.Connector.initialize(Connector.java:485) at com.skype.connector.Connector.connect(Connector.java:433) at com.skype.connector.Connector.assureAttached(Connector.java:985) at com.skype.connector.Connector.execute(Connector.java:904) at com.skype.connector.Connector.execute(Connector.java:861) at com.skype.connector.Connector.execute(Connector.java:827) at com.skype.connector.Connector.execute(Connector.java:786) at com.skype.Utils.getProperty(Utils.java:153) at com.skype.Profile.getId(Profile.java:239) at org.eclipse.ecf.provider.skype.SkypeContainerInstantiator.createInstance(SkypeContainerInstantiator.java:37) Corneliu Bogdan Reproducible: Always Steps to Reproduce: I use the "Connect to IM Provider" button in the toolbar and select Skype. Nothing happens after that but I get the error message. All the settings are the default.
Where did you download Skype4Java from because "skype_x86.dll" is not used in my code?
Due to changes in Skype and the Skype API, I don't think ECF will be able to support the Skype provider any longer...at least without significant new work on skype4java. Resolving as wontfix. Please reopen if someone is able/willing to update skype4java and ECF's provider code that's dependent upon it.