On Thu, 2004-06-03 at 11:32, [EMAIL PROTECTED] wrote: > Sorry, I probably wasn't that clear. The code that picks up the JNI dll is > in the main library I'm building, not the test case. So when I'm running in > reality (rather than the Junit tests) there won't be a basedir value > defined. > > Is there another way?
put the dir containing the DLL it in the classpath and find it using the ClassLoader methods. Jerome --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
