Hi,
I can't get JNI_CreateJavaVM() creating a java vm.
I use j2sdk1.3 as it comes with the latest debian on i386.
I tried from both a c and c++ program, but no luck with either.
JDK1_1InitArgs vm_args;
status = JNI_GetDefaultJavaVMInitArgs(&vm_args);
gives:
vm_args.version = 10001
Hi,
I can't get JNI_CreateJavaVM() creating a java vm.
I use j2sdk1.3 as it comes with the latest debian on i386.
I tried from both a c and c++ program, but no luck with either.
JDK1_1InitArgs vm_args;
status = JNI_GetDefaultJavaVMInitArgs(&vm_args);
gives:
vm_args.version = 10001
2 matches
Mail list logo