Date: Tue, 28 Jan 2003 00:36:46 -0800 (PST) From: bruno schwander <bruno@tinkerbox.org> To: Andreas Kohn <andreas.kohn@gmx.net> Cc: java@freebsd.org Subject: SOLVED ! Re: problem debugging java app Message-ID: <Pine.BSF.4.21.0301280035390.293-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
Thank you Andrea, removing the unavailable fonts from the font.properties files did the trick ! bruno On 28 Jan 2003, Andreas Kohn wrote: > Am Tue, 2003-01-28 um 05.32 schrieb bruno schwander: > > I would like to debug a java app, but when I run my app in jdb I get the > > following exception: > > > > Exception occurred: sun.io.MalformedInputException > > (uncaught) thread="main", sun.io.CharToByteSingleByte.convert(), line=154, > > bci=202 > > > > This is a class that is part of the distribution apparently, so how can > > this be happening ? > > > > I have no CLASSPATH set, is there a special runtime to use for debugging ? > > > > any help appreciated... > > > > 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.0301280035390.293-100000>