Linux/glibc2 can't find classes

Kiyo Inaba kaffe@rufus.w3.org
Fri, 17 Jul 1998 12:12:08 +0900


Since you get javac running, only problem is your CLASSPATH (and the way
specifying class).

Try
	CLASSPATH=.:/usr/local/share/kaffe/Klasses.jar java HelloWorldApp

Because, your HellowWorldApp.class 'file' should be in current directory,
and in thie 'file' java can find HelloWorldApp 'class'.

Kiyo