p-vorobyev / spring-boot-starter-telegram

Spring TDLib. TDLib Telegram client with Spring Boot
MIT License
43 stars 11 forks source link

ChatsLoader Problems #29

Open emmanuelcolina14 opened 2 days ago

emmanuelcolina14 commented 2 days ago

Hi, i have a problem when compile the project..

image

p-vorobyev commented 2 days ago

Hi, @emmanuelcolina14! The root cause is listed above in your log with the ERROR level - no libcrypto-x64 in java.library.path.... You need to specify JVM property -Djava.library.path=<path_to_shared_library> with path to native libraries when running the application(in your case for Windows). You can find precompiled libraries in the latest release page. It's step 4 of the installation instructions.