From owner-freebsd-java Wed Jan 29 10:29:21 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BD1A37B401 for ; Wed, 29 Jan 2003 10:29:20 -0800 (PST) Received: from mail.tinkerbox.org (adsl-64-168-139-138.dsl.snfc21.pacbell.net [64.168.139.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7768943F85 for ; Wed, 29 Jan 2003 10:29:19 -0800 (PST) (envelope-from bruno@tinkerbox.org) Received: from duron.bschwand.net (duron.bschwand.net [192.168.137.4]) by mail.tinkerbox.org (Postfix) with ESMTP id 9A2DF19B5; Wed, 29 Jan 2003 10:43:38 -0800 (PST) Date: Wed, 29 Jan 2003 10:43:38 -0800 (PST) From: bruno schwander X-Sender: bruno@duron.bschwand.net To: Andreas Kohn Cc: java@freebsd.org Subject: Re: problem debugging java app In-Reply-To: <1043739880.10968.58.camel@klamath.ankon.homeip.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message