[kaffe] How to get Swing working? (java.lang.NoClassDefFoundError)

Jim White jim@pagesmiths.com
Sat, 21 Dec 2002 15:33:39 -0800


Jörn Willhöft wrote:
> Starting with Kaffe though, I always get NoClassDefFoundError exceptions. At
> first I thought it is a classpath misconfiguration but now it occurs to me
> that only classes extending or using Swing classes cannot be found.

I've not tried using Swing with Kaffe, but I'm thinking that what they 
mean is that Kaffe will work with the Swing implementations from Sun. 
I'm not sure why this is not in the FAQ, but you could try downloading 
JFC 1.1 and seeing if it will work:

http://java.sun.com/products/jfc/download.html

Jim