Debugging JNI Code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shourya Roy

    Debugging JNI Code

    Hi All,
    I am looking for a debugging tool for JNI applications. I browsed
    through some of the previous responses, but I didnt get the thing
    exactly I am looking for. I want it on Linux platform. Something like
    GDB would be great. And I am loading Java classes and calling Java
    functions from native code, not the other way round. Static compiling
    of Java code and executing it independently may be a solution, but it
    is very painful. Can anyone suggest something smart?

    Regards,
    -Shourya
Working...