GulliGulli Bob wrote:
it works, when i add the jars as "external jars" (in eclipse), but now i have 
another problem. struts starts up without errors, but in runtime i get the following 
error:
...
javax.servlet.ServletException: org/jfree/util/PublicCloneable
        at 
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:867)
        at 
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:800)
        at 
org.apache.jsp.erg_005foptimal_jsp._jspService(erg_005foptimal_jsp.java:226)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
...

jfreechart works without struts, so what that can be?


Should be a root cause in your log/output somewhere. This error doesn't say much. Maybe it's "class not found" since it seems like you removed the jfreechart and jcommon jars from your build. You probably just want to flag gnujaxp.jar as "external".


-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to