On Thu, Feb 17, 2005 at 07:39:53PM +0100, Frank K�ster wrote: > It's a GPL'ed program, a BibTeX file manager, JabRef: > > http://jabref.sourceforge.net/ > > Its category would be "Graphical Client Applications", I guess. As > expected, I do get errors: > > [EMAIL PROTECTED]:~/src$ kaffe -jar JabRef-1.7b.jar > java.lang.NoClassDefFoundError: > com/sun/java/swing/plaf/windows/WindowsLookAndFeel > at java.lang.reflect.Method.invoke0 (Method.java) > at java.lang.reflect.Method.invoke (Method.java:255) > at kaffe.jar.ExecJarName.main (ExecJarName.java:67) > at kaffe.jar.ExecJar.main (ExecJar.java:75) > [EMAIL PROTECTED]:~/src$ > > Doesn't sound very well, WindowsLookAndFeel...
Hehe, thats a lesson in how to write non-portable apps with java. I think this class is only included in the Windows version of the JRE/JDK. Michael _______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
