Re: More problems with Java2 and Redhat6.0

1999-05-03 Thread pridemor
I don't know if this is the problem you are seeing, but I have fixed problems such as you described in our dialog boxes (extends JDialog) by moving a call to setModal from near the bottom of the constructor to the top. It also works fine if you pass true to super() in the constructor. The dialog

Re: More problems with Java2 and Redhat6.0

1999-05-03 Thread Paul Ho
Read README.linux You need greenthread and nojit Paul At 02:02 PM +0300 05/03/99, Jani Mikkonen wrote: >Call me stupid! Last post i made was made in haste. I did check that all >java >binaries runs properly and console "hello world" executes normally, what >i didnt >check was AWT based programs