taksan / skype-java-api

Skype API for Java, based on Skype4Java library
128 stars 57 forks source link

API not working on Windows XP 64 with 64 bit JRE #20

Open bmocior opened 12 years ago

bmocior commented 12 years ago

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.

taksan commented 12 years ago

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.

bmocior commented 12 years ago

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

bmocior commented 12 years ago

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

bmocior commented 12 years ago

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 commented 12 years ago

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 commented 12 years ago

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 commented 12 years ago

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 :/