I am trying to use oscats for simulating CAT.
I tried to run oscats v0.6 example using python and Java Binding.
In Java :
I am getting Error:-
Exception in thread "main" java.lang.UnsatisfiedLinkError: java.lang.UnsatisfiedLinkError: no glibjni in java.library.path
java.lang.UnsatisfiedLinkError: E:\AdaptiveTest\ComputerizedTest\dll\libglibjni-0.dll: Can't find dependent libraries
at oscats.bindings.Plumbing.<clinit>(Plumbing.java:89)
at oscats.Space.<init>(Space.java:49)
at com.example.test.SampleTest.main(SampleTest.java:88)
In python:-
Traceback (most recent call last):
File "ex01.py", line 19, in <module>
import oscats
ImportError: DLL load failed: The specified module could not be found.
Please help in resolving this error and it would be great if anyone can share how to create adaptive test using this library.