OK, this is quite bizarre. Probably this is my fault but I thought I should let everyone know. The problem was that my JAVA_HOME environment variable was set to the JDK root directory, not the JRE. Everything else seemed to work just fine since there is a bin/ dir with java executable, but I got that error. Very weird.
In other words JAVA_HOME was '/usr/local/jdk1.5.0_10/' and changing it to '/usr/local/jdk1.5.0_10/jre/' fixed it. This is kubuntu 6.10 with tomcat 5.5.20 if anyone is interested. Has anyone heard of something like this before? How could that possibly make it so that the render kit did not get loaded? On 1/11/07, noah <[EMAIL PROTECTED]> wrote:
I'm sure its something really obvious, but can anyone think why I would get WARN RenderKitFactoryImpl: Unknown RenderKit 'HTML_BASIC'. and then, of course, none of my components have renderers? Thanks

