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