From owner-freebsd-java Tue May 2 2:54:11 2000 Delivered-To: freebsd-java@freebsd.org Received: from relay01.chello.nl (smtp.chello.nl [212.83.68.144]) by hub.freebsd.org (Postfix) with ESMTP id 397E137B602 for ; Tue, 2 May 2000 02:53:27 -0700 (PDT) (envelope-from ernst@jollem.com) Received: from jollem.com ([212.187.104.187]) by relay01.chello.nl (InterMail vK.4.02.00.00 201-232-116 license 199f3c0039bf924253955fca0afeedcc) with ESMTP id <20000502095340.XVKL16343.relay01@jollem.com>; Tue, 2 May 2000 11:53:40 +0200 Message-ID: <390EA594.8AD22E76@jollem.com> Date: Tue, 02 May 2000 11:53:24 +0200 From: Ernst de Haan Organization: Jollem X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en, nl MIME-Version: 1.0 To: "Koster, K.J." Cc: 'FreeBSD Java mailing list' Subject: Re: NoClassDefFoundError: InvokerGen References: <59063B5B4D98D311BC0D0001FA7E452201313B46@l04.research.kpn.com> Content-Type: multipart/mixed; boundary="------------D359E86DBE739B7232F69B39" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------D359E86DBE739B7232F69B39 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Kees-Jan, This seems to become a chat session instead of a mailing list thread ;-) Perhaps we can have a talk on an IRC chan sometime. I'm a regular on #java on EFnet (try irc.homelien.no), thats a chan for Java newbies like us :) > Hmm. How would you explain that "java InvokerGen" gives me a > class-not-found, and "javap InvokerGen" gives me the contents of the class > file? I assume "which java" and "which javap" both point to your bootstrap JDK. Could you try running with the -verbose:class option? > I have read on the RMI-USERS newsgroup that the classnotfound error does not > necessarily means that the loaded class is not available, but that perhaps > one of the classes that it depends on is not available. Yes, but this only applies to classes that derive from UnicastRemoteObject, for instance. You need to execute rmic for those classes in order to generate stubs and skeletons. But there is no need for those here. Ernst -- Ernst de Haan Freelance Java Architect "Come to me all who are weary and burdened, and I will give you rest" -- Jesus Christ --------------D359E86DBE739B7232F69B39 Content-Type: text/x-vcard; charset=us-ascii; name="ernst.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Ernst de Haan Content-Disposition: attachment; filename="ernst.vcf" begin:vcard n:de Haan;Ernst tel;fax:+31 (0)26 3645634 tel;work:+31 (0)26 3623895 x-mozilla-html:FALSE url:http://www.znerd.demon.nl/ org:Jollem adr:;;Rozendaalselaan 35;Velp;GLD;6881 KZ;Netherlands version:2.1 email;internet:ernst@jollem.com title:Java Architect fn:Ernst de Haan end:vcard --------------D359E86DBE739B7232F69B39-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message