Could anyone please help how do I solve this error:
Native code library failed to load. java.lang.UnsatisfiedLinkError: no ts-jni in java.library.path
If you run your program from IntelliJ then you can set the java.library.path in the VM options input field in the Run/Debug Configurations dialog.
java.library.path
VM options
Run/Debug Configurations
Example:
-Djava.library.path="C:\path\to\where\the\jni\lib\is"