Problem writing a Java apllication for the DVI2USB 3.0

Hello all!
I’m trying to write a java application to control the DVI2USB3.0 product.
I’ve created a new project on Eclipse and copied the Main method of the Test class that you can download from the website.
The problem is, the code cannot open the frame grabber, and it gives me a very generic error. I’ve already added the v2ujni.dll library

Here’s the error:
java.lang.UnsatisfiedLinkError: grabber.LocalGrabber.open(I)J
at grabber.LocalGrabber.open(Native Method)
at grabber.LocalGrabber.(LocalGrabber.java:28)
at grabber.Grabber.(Grabber.java:47)
at Main.main(Main.java:44)

Can anyone help me with this?

Thanks!

Just for anyone else seeing this post; I talked to Jose yesterday and he has resolved the problem!