Linux/glibc2 can't find classes

Kiyo Inaba inaba at src.ricoh.co.jp
Thu Jul 16 20:12:08 PDT 1998


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


More information about the kaffe mailing list