tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.17k stars 1.45k forks source link

JAVA: Exception in thread "main" java.lang.UnsatisfiedLinkError: 'long com.tdlibclient.Client.createNativeClient()' #1412

Closed rsibweza closed 3 years ago

rsibweza commented 3 years ago

Exception in thread "main" java.lang.UnsatisfiedLinkError: 'long com.tdlibclient.Client.createNativeClient()' at com.tdlibclient.Client.createNativeClient(Native Method) at com.tdlibclient.Client.(Client.java:52) at com.tdlibclient.Client.main(Client.java:198)

The dll is working but this is the final step where i am stuck. How can i make the Nativeclient work in JAva

levlam commented 3 years ago

You have a wrong DLL. Likely, you have the DLL and Java classes from different TDLib versions.