skype-java-api
skype-java-api copied to clipboard
API not working on Windows XP 64 with 64 bit JRE
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.
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.
I you need help reproducing the problem contact me via skype bartlomiejmocior or gmail (the same username)
The issue shouldn't be closed I closed it by accident.
Update: The problem appears when I try to run it from the Eclipse. After running it from the command line (java -jar ...) it worked.
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)
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 :/
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 :/