Re: JNI - unable to find a dll
Posted By:
Robert_Lybarger
Posted On:
Tuesday, August 15, 2006 11:14 PM
Been a while since I've played with JNI ... they've changed the tools a tad. Anyway... what's the value of your Class.forName parameter in your source code, the value of your java.library.path property (dump the value just prior to loading that library), and what's the full path on your file system to mydll.dll file? (If on windows, any chance you've tried dropping the dll file into your system or system32 windows directory and running it?)