Re: Handling native dependencies via classifier(s)

2010-12-17 Thread Peter Bridge
Thanks for that. re: jar. Is there an advantage building a jar for natives rather than a zip? re: single jar natives. makes sense, and saves a lot of manual config in eclipse to add each native path later (I often need to switch versions). Although I wonder how this will affect my final

RE: Handling native dependencies via classifier(s)

2010-12-14 Thread Niels B Nielsen
Well, I can tell you how I deal with it.. I have all editions of our native libraries bundled inside a single jar file, I created. ./win32/libsomething.dll ./win64/libsomething.dll ./unix/x32/something.so etc and unpacks that into lib (similar to what you did). During test and execution we