At 12:59 PM 6/1/00 -0500, you wrote: >Hi, >I am using jde 2.1.5 with emacs 20.4.1 on a win nt 4.0 workstation >machine. > >I was trying to debug an app that uses JNI to call a dll. >And, the app repeatedly dies with the "unsatisfied link error: >could not find the library x". I know that library is in path >and this application works fine when run from the command line. > >Could you please tell me how to specify the path for the native >libraries within jde? This is a FAQ. The problem is jdb, not JDE related. The solution is to append _g to the name of a copy of the JNI dll. Please see the JDE mailing list archive for more information. I posted a more complete reply to this same question less than a week ago. - Paul ------------------------------------------------------------ TECH SUPPORT POLICY I respond only to requests that contain a complete problem report. The easiest way to ensure that your report is complete is to include the output of the JDE->Help->Submit Problem Report command in your request. To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] JDE website: http://sunsite.auc.dk/jde/ JDE mailing list archive: http://www.mail-archive.com/[email protected]/maillist.html
