>> > I can not get Java programs ("Starting Java..." at the status line, then
>> > core dump) running in any version (FreeBSD or Linux, 4.06, 4.07 or 4.5b2)
>> > on FreeBSD.
>> More news, I have not verified yet. But someone told me Java core
>> dumps at 24 bit. I am running 16 bit video with Xfree86. Anyone
>> else? I will try 15 bit, 8 bit, and 24 bit tonight. I have to have more
>> than 8 bit tho, since I can't survive on 256 colors.
>Mine are running ok on 24bit
I had problems with a 24bit depth where the bits_per_pixel was also
24 bits (check with xdpyinfo)
supported pixmap formats:
depth 1, bits_per_pixel 1, scanline_pad 32
depth 24, bits_per_pixel 32, scanline_pad 32
^^ if this 24 or if your buttons are
monochrome, the pixmap format may not be supported by netscape/java
With 24/32, the only recent netscape/java problems I've had were
with netscape getting "unexpected async xlib event" or something
like that. Netscape gets very confused when this happens. So far,
I've only seen those with 4.06 and 4.5b1 when I had multiple browser
windows open (I'm currently running 4.07 [Linux] and 4.5b2 [FreeBSD]
on FreeBSD 2.2.5). I'm guessing that this was a bug that was
introduced with the "New Event Model" for Java and JavaScript in
4.06, though I wasn't able to reproduce it on anything other than my
FreeBSD machine.
Dan