MCPcopy Create free account
hub / github.com/Firebasky/Java / JavaVMInitArgs

Class JavaVMInitArgs

JNI/jni/webshell/jni.h:1868–1874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1866} JavaVMOption;
1867
1868typedef struct JavaVMInitArgs {
1869 jint version;
1870
1871 jint nOptions;
1872 JavaVMOption *options;
1873 jboolean ignoreUnrecognized;
1874} JavaVMInitArgs;
1875
1876typedef struct JavaVMAttachArgs {
1877 jint version;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected