wmJNIc.c
initJVM1_1Args
- jint
- initJVM1_1Args(
char ** properties)
Initialize JDK 1.1 initialization arguments. Before calling initWmClient(), all
argument values must be set. Classpath could be set separately from environment variable CLASSPATH.
- Parameters:
char ** properties
- A zero-terminated array of strings in "name=value" form to set up environment variables to pass as properties into JVM.
- Returns:
jint
- The status of this call. If success return 1 otherwise return 0.