Login  Register

jinput finds no controllers ... only in production version?

Posted by imakerobots on May 15, 2020; 6:13pm
URL: https://forum.jogamp.org/jinput-finds-no-controllers-only-in-production-version-tp4040631.html

github project: https://www.github.com/marginallyclever/robot-overlord/

The 1.6.1 release believes there are no controllers of any kind in the system.  When I run in debug mode through Eclipse it finds them no trouble.  In release ControllerEnvironment.getDefaultEnvironment().getControllers().length is 0.

The jinput libraries are all in the with-dependencies JAR file and ControllerEnvironment.getDefaultEnvironment().isSupported() is true.

Any idea what I've missed?