Toni Nikkanen wrote:
> lots of these: TYA:CompiledCodeSignalHandler_hook--context at offset =60
> 0x42ca73b8 0xb
> Signal catched by TYA: hook for 11
I got these too with Hotjava... It looks like 1.1.6v2 is using sig 11 to
detect double-freeing memory. Commenting out the EXCEPTION_BY
hello,
just noticed a thing:
i began to implement a proggie on my laptop (jdk1.1.5, swing 1.0.2) and now
wanted to continue on my normal host, but at the first attempt my prog crashed
the 1.1.6v2 vm.
the inflicting part seems to be:
import java.awt.*;
import java.awt.event.*;
public class
THE site for the JDK port to Linux project is:
www.blackdown.org
All of the necessary software and installation instructions are there.
You may need to upgrade glibc--I did, which can be done via
sunsite.unc.edu or from some Linux vendors, e.g., www.redhat.com
Michael Ash
I would like to run jdk 1.1.6 on a linux box. What do I need in terms of
software and where to I get it from ?
Many thanks in advance.
I recently posted a question about running more than one JVM where my
machine would thrash horribly. I reinstalled RedHat Linux 5.0, the
latest glibc and v1 of the JDK 1.1.6. The performance difference was
incredible! It ran acceptably without a JIT!
Now, another question: after about an hou
Hi,
I reported to Mr. Stephen Wynne (FAQ-java-linux author)
but does not update yet.
> Please let me know the way to use XIM for entering text in TextField.
> I'd like to enter some 2 byte code character in JAVA TextField class
> using XIM input.
> If you have any information about that, help me