From owner-freebsd-java Tue May 2 2: 1:51 2000 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 5B33837B642 for ; Tue, 2 May 2000 02:01:44 -0700 (PDT) (envelope-from K.J.Koster@kpn.com) Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by research.kpn.com (PMDF V5.2-31 #35196) with ESMTP id <01JOX7F244SI001CC3@research.kpn.com> for freebsd-java@freebsd.org; Tue, 2 May 2000 10:58:03 +0200 Received: by l04.research.kpn.com with Internet Mail Service (5.5.2650.21) id ; Tue, 02 May 2000 10:58:02 +0100 Content-return: allowed Date: Tue, 02 May 2000 10:58:00 +0100 From: "Koster, K.J." Subject: NoClassDefFoundError: InvokerGen To: 'FreeBSD Java mailing list' Message-id: <59063B5B4D98D311BC0D0001FA7E452201313B42@l04.research.kpn.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear All, I tried building the JDK on my home machine now, using patchsets 6 and 7, but I can't get it to work. The build dies after some five minutes with a message that it cannot find the InvokerGen class. This is highly surprising, since the class is right there, and if I use javap instead of java to load it, javap will readily print out all there is to know. /usr/local/linux-jdk1.2.2/bin/java -classpath . InvokerGen \ < ../../../../src/share/javavm/include/invokers.txt > invokers.c Exception in thread "main" java.lang.NoClassDefFoundError: InvokerGen http://web.inter.nl.net/users/kjkoster/java/content/known.html#hd13 I thought I was pretty much up to speed with Java, but this has got me scratching my head like a newbie. The build works like a charm on other machines I have tried. Is anyone else seeing this? How come javap can load the class while java cannot? Who has a second-hand Athlon machine for sale? :-) 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