> I just downloaded and compiled Kaffe 0.8.2, with BISS, but I can't get it You might want to get 0.8.3 now that it's out :) > But I know the library is in my LD_LIBRARY_PATH(ie libkaffe_bissawt.* is > in one of the directories in my LD_LIBRARY_PATH. My CLASSPATH has the > biss zip in it as well.. You need to tell kaffe to use the BISS as the toolkit, and that might be your problem. $ kaffe -Dawt.toolkit=biss.awt.kernel.Toolkit ClassName > Darius trannie