Re: jdk1.1.5: Using jdb under Linux

1998-05-14 Thread Duncan Roe
Hi Larry, jdb works quite well for me. I find its behaviour a little quirky at times, but basically it seems to work. I have jdk1.1.5v7 and libc 5.4.44. Some examples follow. Actually you can see from the exampes, it really *is* a bit temperamental. If anyone can spot what I'm doing wrong, plea

jdk1.1.5: Using jdb under Linux

1998-05-13 Thread Larry Medwin
Hello, I've been trying to get jdb running under jdk1.1.5 under Linux, with no luck. Has anybody gotten this working? First I type: javac -g Layout.java then: jdb Layout, from the JDE/Debug option Emacs then says: "Initializing jdb..." and nothing more. Has anybody gotten this to work? T