Posted By:
Alexander_Krapf
Posted On:
Friday, March 16, 2001 02:54 PM
Hi Jiten,
you have to use java.exe as the debugging application for your DLL. You open your native DLL project and enter the following in the Debug tab of the project:
/bin/java.exe -Djava.library.path= -classpath
This has worked reliably for us here at Codemesh when we debugged our JNI tool.
Good luck,
Alex