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