Hi all,
I am a young Java fan developer.
And a huge fan of Oculus

.
I am trying to use the JRift Lib of 38leinaD.
https://github.com/38leinaD/JRiftBut I am stuck. Could someone help me ?
Exception in thread "main" java.lang.UnsatisfiedLinkError: de.fruitfly.ovr.OculusRift.initSubsystem()Z
at de.fruitfly.ovr.OculusRift.initSubsystem(Native Method)
at de.fruitfly.ovr.OculusRift.init(OculusRift.java:15)
at de.fruitfly.ovr.OculusRift.main(OculusRift.java:92)
Code uses/compiles on Window 8 (64 bit) with the OculusSDK 2.2 and Java JDK 1.7
Someone has an idea on what is causing this exception and how to counter it ?
Did someone already used JRift ?