Re: How can I debug Java Program??

1998-12-12 Thread Darius Bacon
> Date: Fri, 11 Dec 1998 13:43:25 +0100 > From: Ernst de Haan <[EMAIL PROTECTED]> > To: "Han,sang-hyuck" <[EMAIL PROTECTED]> > Cc: John Summerfield <[EMAIL PROTECTED]>, > Christopher Hinds <[EMAIL PROTECTED]>, > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>, > Java-Linux <[EMAIL

Re: ddd, gdb, jdb and java: debuging on linux

1998-09-10 Thread Darius Bacon
> Well, I went nuts, 'cause ddd is the cream of the crop, I personally > think... And I went to try it for myself. After guessing a lot > (couldn't find a straight documentation on ddd for this), I found that > a "ddd --jdb &" does the first trick (i.e. to use jdb as back end for > ddd). > > It's

A shift-key problem

1998-06-28 Thread Darius Bacon
In awt's KeyEvents the shift key is not being recognized -- event.isShiftDown() is false when it should be true. This is with Swing 1.0.2 and JDK 1.1.6 v2 for libc5, under RedHat release 4.1 with kernel 2.0.27. Has anyone else seen this, or have any clues? Thanks, Darius