From owner-freebsd-java Mon Jan 27 20:17:58 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 B794337B401 for ; Mon, 27 Jan 2003 20:17:57 -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 14C9443F93 for ; Mon, 27 Jan 2003 20:17:52 -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 B5E1219CD for ; Mon, 27 Jan 2003 20:32:05 -0800 (PST) Date: Mon, 27 Jan 2003 20:32:05 -0800 (PST) From: bruno schwander X-Sender: bruno@duron.bschwand.net To: java@freebsd.org Subject: problem debugging java app 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 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message