Re: jasper reports.jar problem..

2006-10-25 Thread B . Sridhar
HI, thanks for your respose. I have added the statements which you have suggested. But I am getting the same error. Tthe class path has only tools.jar and bootstrap.jar, which are getting assigned to jasper.reports.compile.classpath. But I think we have to set the jasperreports.jar to the clas

RE: jasper reports.jar problem..

2006-10-25 Thread Francisco Ronconi
Hi, Try to set the property... System.setProperty("jasper.reports.compile.class.path", System.getProperty("java.class.path")); This has relation with appserver that these using, and the classloader because jasperreports uses the classloader of another way. Francisco Martin Roncon