Thanks to the advice of different guys, I can now run applets/GUI progs under RedHat
5.2/JDK 1.2 pre. I used to get segment violations in AWT procs.
A workaround is indeed to switch to HiColor 16bpp. Everything works fine now.
Thanks to the guys who ported the JDK and the ones who helped !
oeli
this is due to x server configuration problems. though it may be working
fine with normal x apps you need to do some 'fine tuning' in it.
Anil
On Fri, 26 Mar 1999, David Thompson wrote:
>
> S Balamurugan,
>
> I have had a similar problem. I installed 1.2 on my
> RH5.2, ran the script to set
S Balamurugan,
I have had a similar problem. I installed 1.2 on my
RH5.2, ran the script to set up my system with the
proper library links, and added the necessary fonts. When
I run my applications that are gui intensive, either
in native threads or with green threads (with JIT off),
my not ful
I copied your program in my linux box pentium 75 MHz Red Hat 4.2 and VM
1.1.5 and worked very well.
I supposed your computer has few memory because I wrote this code in a
work station HP and it crashed and generated a core file. In other WS HP
with more memory and the frame worked well.
greeting
Hi,
I have jdk1.1.7 installed on my Linux m/c. javac compiles fine, but
when I try to run applications with user interface it crashes with
a SEGV.
The code is
--
import java.awt.*;
import java.awt.event.*;
public class hwapp1