Java module now works with Linux jdk 1.2pre2.

This commit is contained in:
Stefan Roehrich 1999-11-21 10:45:01 +00:00
parent 1831279f0c
commit afcd361117
4 changed files with 46 additions and 2 deletions

View file

@ -159,7 +159,7 @@ static int jvm_create() {
#ifdef JNI_12
vm_args.version = JNI_VERSION_1_2;
vm_args.ignoreUnrecognized = FALSE;
vm_args.ignoreUnrecognized = JNI_FALSE;
vm_args.options = options;
vm_args.nOptions = 0;