Eric Harlow writes:
>
> I installed the jdk1-1-6v4 and can compile java files fine, but running
> anything
>
> 'java classfile'
>
> gets a segmentation fault. I have RedHat 5.0 on the system and need to do
> a java demo next week. I would prefer not to use win95 to do the demo.
> I checked the faq and didn't find anything that decribes my scenario.
[General announcement, since this has cropped up a few times in the last day]
If you get a seg fault on running v4, the FIRST THING that you should do is
try renaming libc and libdl in java/lib/i386/green_threads to some other name.
If your ld.so version is 1.9.6 or above (with the libc5 Linux JDK), you
should definitely do this.
I think the README.linux mentions this, doesn't it?
Steve