hangs without error
On Linux (Ubuntu 14.04), this code hangs after "got contact list" is printed:
package skype;
import com.skype.ContactList; import com.skype.Friend; import com.skype.Skype; import com.skype.SkypeException;
public class ContactLister {
}
Examining the library, com.skype.connector would seem to use JNI to connect with Skype. At least for me, the connection never seems to occur.
Is it even possible to use this to connect to skype? How do I know why why it's not (apparently) connecting?
thufir@dur:~$ thufir@dur:~$ java -jar NetBeansProjects/Skype/dist/Skype.jar starting... got contact list com.skype.ContactList@1d7ad1c Cthufir@dur:~$ thufir@dur:~$ skype --version Skype 4.2.0.11 Copyright (c) 2004-2013, Skype thufir@dur:~$
On Linux (Ubuntu 14.04), this code hangs after "got contact list" is printed:
package skype;
import com.skype.ContactList; import com.skype.Friend; import com.skype.Skype; import com.skype.SkypeException;
public class ContactLister {
}
Examining the library, com.skype.connector would seem to use JNI to connect with Skype. At least for me, the connection never seems to occur.
Is it even possible to use this to connect to skype? How do I know why why it's not (apparently) connecting?
thufir@dur:~$ thufir@dur:~$ java -jar NetBeansProjects/Skype/dist/Skype.jar starting... got contact list com.skype.ContactList@1d7ad1c Cthufir@dur:~$ thufir@dur:~$ skype --version Skype 4.2.0.11 Copyright (c) 2004-2013, Skype thufir@dur:~$