Login  Register

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

Posted by Sailsman63 on May 17, 2020; 12:12am
URL: https://forum.jogamp.org/jinput-finds-no-controllers-only-in-production-version-tp4040631p4040639.html

Does your application use a launcher, or are your users just double-clicking on the jar?

If the first, the launcher may be what sets up the classpath.

If the second, you'll want to look at the part of the maven build that generates the manifest file, and modify accordingly. (Once you find the right spot, it should be pretty obvious)