Re: seg fault using Linux/Alpha JDK 1.1.5 for JNI

1998-08-19 Thread Eric Ding
Hi George, My program consists entirely of this: #include int main(int argc, char **argv) { JDK1_1InitArgs vm_args; vm_args.version = 0x00010001; JNI_GetDefaultJavaVMInitArgs(&vm_args); } This should work. I'm compiling with the following line:

free/malloc (re)defined in libjava.so?

1998-07-31 Thread Eric Ding
Hi, I'm working on a project (Applixware for Linux) that uses the JDK libjava.so internally. We've stumbled on some sort of bug that I think has to do with free() being redefined in libjava.so (it's not, for example, in Solaris, so we don't encounter this problem). I'm not sure much more what's

jre and libc5?

1998-06-01 Thread Eric Ding
Hi all, are there any minimum libc5 requirements for jre 1.1.5 v7 as there are for the JDK? I'm getting a segmentation violation running the JRE, and wnat to be sure it's not just cuz I've got the wrong libc. I'm running on a RedHat 4.1 system with libc.so.5.3.12. Thanks, Eric