What does NoClassDefFoundError mean?

Artur Biesiadowski abies at pg.gda.pl
Mon Oct 23 07:14:40 PDT 2000




Bill White wrote:
> 
> I'm trying to get HelloWorldApp to work using Kaffe.  I compile it
> with jikes, and run "kaffe HelloWorldApp.class".  

kaffe HelloWorldApp

do not specify .class extension when running it. For compilation you
need to specify .java, for running omit .class.

Artur


More information about the kaffe mailing list