TokTok / jvm-toxcore-c

JVM (Java/Scala/Kotlin) bindings to toxcore
https://toktok.ltd
GNU General Public License v3.0
40 stars 30 forks source link

Fix JNI library loading for new JRE versions. #78

Closed iphydf closed 4 years ago

iphydf commented 4 years ago

The error message now has the library path printed after it. To support both old and new error message formats, we accept any text after the message "no tox4j-c in java.library.path".


This change is Reviewable