Date: Wed, 29 Jan 2003 10:43:38 -0800 (PST) From: bruno schwander <bruno@tinkerbox.org> To: Andreas Kohn <andreas.kohn@gmx.net> Cc: java@freebsd.org Subject: Re: problem debugging java app Message-ID: <Pine.BSF.4.21.0301291032280.264-100000@duron.bschwand.net> In-Reply-To: <1043739880.10968.58.camel@klamath.ankon.homeip.net>
next in thread | previous in thread | raw e-mail | index | archive | help
well, jdb works great now. I am able to debug (painfully) java programs with jdb under the emacs JDE (http://jdee.sunsite.dk/). I would really prefer using DDD (http://www.gnu.org/software/ddd/) However, whenever I start DDD, it just hangs with the message "Initializing jdb..." Anyone using DDD who got past that ? using DDD 3.3.1 and jdk1.3.1 bruno On 28 Jan 2003, Andreas Kohn wrote: > > Thank you > > > > bruno > > > > > Hello, > > If you start java without the debugger, do you see a lot of warning > messages regarding some fonts he could not load? > > In that case, you have to edit your font.properties file > (/ust/local/jdk.../jre/lib/font.properties), and remove/edit all the > fonts your Java VM normally complains about. > > I had the same problem, and commenting out all lines that referred to > the "--symbolic-medium-r-..." font did the trick. > > Hope this helps, > -- > Andreas Kohn <andreas.kohn@gmx.net> > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0301291032280.264-100000>