JInput and JWS

Anyone know how to get JInput to work with Java Web Start? Right now, I’ve included the jinput.jar as we the binary libs (.so and .dlls for their respective platforms) in my jnlp file. It appears that JInput isn’t finding any devices; however, when I run the program without jws, then JInput finds my devices without any issues.

Anyone know what might be going on?

Thanks

Hi

The webstartable tests for jinput are here, there is a .txt version of the jnlp so you can take a look at how that works. The jars are all there too, so you can see what is in each.

The jars all have to be signed, and the jnlp has to ask for permissions to do things like load the natives. I’ve not checked exactly what is needed, so I just ask for all permissions.

HTH

Endolf

Thanks endolf!!! I’ll try this tonight when I get home from work.

Worked like a charm. Thanks again!

Glad to help :slight_smile: