-Xcheck:JNI

Peers,I came across the some parameters that can be used to trouble-shoot / validate JNI calls. -Xcheck:JNI and one anotherAppreciate if anyone can tell me the exact syntax of these parametersand whether these parameters apply to JVM 1.4.2_11Thanks
[290 byte] By [StephenChunga] at [2007-10-2 20:29:19]
# 1
The correct option is -Xcheck:jni and it can be used as:java -Xcheck:jni <your class>This option is available in 1.4.2_11You can run 'java -X' for your jdk and this will list all the -X options available in that.Thanks.
poonambajaja at 2007-7-13 23:12:13 > top of Java-index,Core,Monitoring & Management...