From owner-freebsd-java Tue Jan 16 7:53:19 2001 Delivered-To: freebsd-java@freebsd.org Received: from hermes.research.kpn.com (hermes.research.kpn.com [139.63.192.8]) by hub.freebsd.org (Postfix) with ESMTP id DE56337B400 for ; Tue, 16 Jan 2001 07:53:02 -0800 (PST) Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by research.kpn.com (PMDF V5.2-31 #42699) with ESMTP id <01JYZDAJ90560003OK@research.kpn.com> for freebsd-java@FreeBSD.ORG; Tue, 16 Jan 2001 16:52:57 +0100 Received: by l04.research.kpn.com with Internet Mail Service (5.5.2653.19) id ; Tue, 16 Jan 2001 16:52:57 +0100 Content-return: allowed Date: Tue, 16 Jan 2001 16:52:49 +0100 From: "Koster, K.J." Subject: RE: jdk12-beta needs jfc as dependancy? To: 'Rasputin' Cc: freebsd-java@FreeBSD.ORG Message-id: <59063B5B4D98D311BC0D0001FA7E4522026D7B07@l04.research.kpn.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > > "class SwingSet not found" > (this *after* java -v clearly says 'loaded SwingSet from > SwingSet.jar') > It is my experience that the error message above should be read as follows: "class SwingSet wanted to load some class it depends on, which, for some unspecified reason failed. class SwingSet is *not* going to tell you which class it tried to load, nor what the problem was, because, frankly, class SwingSet could't care less if you find out what you're doing wrong or not." :) In other words: the class may have failed to load because one of its dependencies could not be found, even if the class itself is present and accessible (and shows up in verbose load mode). While we're on the subject of braindead debugging output, is there someone with Tomcat expertise who will answer some questions about it? Thanks in advance. Kees Jan ================================================ You are only young once, but you can stay immature all your life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message