Determine if a given class/jar uses JNI
843829Jun 16 2008 — edited Jun 16 2008Hi,
I am trying to debug a JVM Error that I suspect is being caused by a 3rd Party Lib (I don't have access to the source). I wondered if there was some sort of command line tool that I could run against a class file (or preferably a jar file) that would tell me if that class/jar had native dependencies and used JNI.
Thanks in advance,
Simon