Page 1 of 1

org.apache.jasper.JasperException: Unable to compile class f

PostPosted: 05. August 2009 18:42
by TheW
hi

I just installed XAMPP and the Tomcat addon.

But when I got to install Weblogger I get the following error.
org.apache.jasper.JasperException: Unable to compile class for JSP:

An error occurred at line: 21 in the jsp file: /blog/index.jsp
org.apache.roller.weblogger.config.WebloggerRuntimeConfig cannot be resolved to a type
18:
19: // lets see if we have a frontpage blog
20: String frontpageBlog =
21: org.apache.roller.weblogger.config.WebloggerRuntimeConfig.getProperty("site.frontpage.weblog.handle");
22:
23: if (frontpageBlog != null && !"".equals(frontpageBlog.trim())) {
24: // dispatch to frontpage blog


I set my classpath so I can actually compile java file using the javac command on comand prompt.

Any idea what the issue could be?