skype-java-api icon indicating copy to clipboard operation
skype-java-api copied to clipboard

API not working on Windows XP 64 with 64 bit JRE

Open bmocior opened this issue 12 years ago • 7 comments

I'm trying to use the 1.4 version of Skype Java API, but it's not working on 64 bit java. When I call: Skype.getVersion(); i get com.skype.NotAttachedException

I have tried to connect manually: Connector instance = Connector.getInstance()
Status connect = instance.connect(); and after that i got NOT_RUNNING status.

The obtained instance of connector is com.skype.connector.win32.Win32Connector.

bmocior avatar Aug 22 '12 20:08 bmocior

Sorry for the late response. About the connector instance, the 32 and 64 bit connector are handled by the same class (I know it's is misleading).

I will check whether I can reproduce the problem.

taksan avatar Sep 03 '12 13:09 taksan

I you need help reproducing the problem contact me via skype bartlomiejmocior or gmail (the same username)

bmocior avatar Sep 03 '12 13:09 bmocior

The issue shouldn't be closed I closed it by accident.

bmocior avatar Sep 03 '12 14:09 bmocior

Update: The problem appears when I try to run it from the Eclipse. After running it from the command line (java -jar ...) it worked.

bmocior avatar Sep 05 '12 08:09 bmocior

I've written maven plugin to send skype chat message after specified maven phase... The same problem appears when I'm trying to run skype-java-api from maven ( com.skype.connector.NotAttachedException)

bmocior avatar Sep 05 '12 14:09 bmocior

Taksan, the same problem I've got when I created maven plugin that should send skype message. After running my plugin via mvn I got NotAttachedException :/

bmocior avatar Sep 29 '12 07:09 bmocior

Taksan, the same problem I've got when I created maven plugin that should send skype message. After running my plugin via mvn I got NotAttachedException :/

bmocior avatar Sep 29 '12 07:09 bmocior