itm / wsn-device-drivers

Drivers for Wireless Sensor Network Devices
Other
6 stars 4 forks source link

Extract th JNI lib to ~/.wsn-device-drivers instead to the CWD #4

Closed mlegenhausen closed 13 years ago

mlegenhausen commented 13 years ago

Currently the native libraries are extracted in the current working dir. This should be changed to somethink like ~/.wsn-device-drivers. For this the java classpath has to be changed at runtime.

mlegenhausen commented 13 years ago

Sovled with a little hack to add java.library.path entries at runtime: http://nicklothian.com/blog/2008/11/19/modify-javalibrarypath-at-runtime/