Where can i find more information about debugging JNI code in CVM?
Location: http://www.jguru.com/faq/view.jsp?EID=474475 Created: Aug 12, 2001 Author: Davanum Srinivas (http://www.jguru.com/guru/viewbio.jsp?EID=2011) Question originally posed by Davanum Srinivas PREMIUM (http://www.jguru.com/guru/viewbio.jsp?EID=2011 Porting Guide for the CDC and the Foundation Profile from SUN has a chapter on “C Debugging with GDB”.
Related Questions
- Can we temporarily disable caching compiled XCGI code while we are developing and debugging our scripts (we don want to restart web server everytime we edit our scripts)?
- Why must my JNI native code be compiled and linked with the -pthread option?
- What are the basic techniques for debugging mixed java and C++ code?