JNI_CreateJavaVM fails with

2001-09-14 Thread Johannes Zellner
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

JNI_CreateJavaVM fails with

2001-09-14 Thread Johannes Zellner
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