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:
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
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