JavaFX and Jinput

Hello

I’m kind of new to this stuff specialy with Java fx, I have some Java programing expirience.

I was triyng to develop a game using javaFX with the input from a controler, so I used JInput…

I managed to get some source code written in java to detect some actions from the controler, it worked great, when I tried to
implement this using JavaFX I got a error saying:

java.lang.UnsatisfiedLinkError: no jinput-dx8 in java.library.path

Please help.

Hi

You need to set the java.library.path property. There is information on this in the getting started guide.

HTH

Endolf