I am trying to make tdlight work with graalvm narive image.
In intelij everything works flawlessly, error occurs when I compile code to native image using graal.
I am getting this error when code starts tdlight client:
[ 1][t 0][1625332068.895975351][tl_jni_object.cpp:39] Can't find class [it/tdlight/tdnative/NativeClient]
Fatal error reported via JNI: Can't find class [it/tdlight/tdnative/NativeClient]
I am trying to make tdlight work with graalvm narive image. In intelij everything works flawlessly, error occurs when I compile code to native image using graal. I am getting this error when code starts tdlight client:
I am including tdlight like this
Any help appreciated.