java.lang.Exception: No devices found.
at org.lwjgl.input.Controller.nCreate(Native Method)
at org.lwjgl.input.Controller.create(Unknown Source)
at CaptureView.main(CaptureView.java:119)
This is the error I get when trying to create a Controller. I do create the Controller after the display. The gamepad is a USB device and I also have a USB camera connected.
using 0.8 perhaps? - try the 0.89 preview release
That did the trick. Thanks.