#include <string.h>
#include "jcl.h"
#include "jclglob.h"
#include "hypool.h"
Typedefs | |
typedef props_file_entry | props_file_entry |
A structure that captures a single key-value setting from the properties file. | |
Functions | |
jint JNICALL | JNI_OnLoad (JavaVM *vm, void *reserved) |
This DLL is being loaded, do any initialization required. | |
void JNICALL | JNI_OnUnload (JavaVM *vm, void *reserved) |
This DLL is being unloaded, do any clean up required. |
|
A structure that captures a single key-value setting from the properties file.
|
|
This DLL is being loaded, do any initialization required. This may be called more than once. |
|
This DLL is being unloaded, do any clean up required. This may be called more than once!! |