gavgaurav / nativelibs4java

Automatically exported from code.google.com/p/nativelibs4java
0 stars 0 forks source link

Handle multi-dll loading properly #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Issues happen when loading a library from outside the library path, when that 
library depends on another library from the same directory.

See this thread for more detail :
http://groups.google.com/group/nativelibs4java/browse_thread/thread/10f0917c8eac
dae

Original issue reported on code.google.com by olivier.chafik@gmail.com on 26 Apr 2011 at 8:12

GoogleCodeExporter commented 9 years ago
Fixed by revision #1922 (version 0.5-SNAPSHOT was redeployed to the Maven 
repository with the fix : 
http://nativelibs4java.sourceforge.net/maven/com/nativelibs4java/bridj/)

Original comment by olivier.chafik@gmail.com on 26 Apr 2011 at 9:07