For my app to function I need some native libraries (Sigar, it has a shared lib for each OS) put on the java path. I am only concerned about windows as I am just using jar bundler to create my mac DMG and it works fine.
Any pointers to this? I guess I can extract to a directory and somehow get that onto the class path?
RTFM links are welcome.