You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: