What does NoClassDefFoundError mean?

Artur Biesiadowski kaffe@rufus.w3.org
Mon, 23 Oct 2000 16:14:40 +0200




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