packaging jinput in an application

Is it possible to package jinput together with an application? I don’t necessarily mean in a jar file, but just have all the jinput/jutil/plugin, let’s say, in the same directory where my game classes are. I don’t want to put jar files in the JVM dir.
If the answer is yes, can somebody describe where to put the various pieces? I have trouble finding documentation about that.

An “install.txt” file together with the binaries would be very helpful!

Hi
There are 3 threads that will probably be of interest on these boards.

This one deals with the layout of the jars and native libraries if you are just distributing the files.
This one deals with the properties that jinput has that allow you to override where it looks for the plugin jars and native libs. And this one deals with jinput with webstart.

HTH

Endolf