  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Cannot access classes in /WEB-INF/lib | Cannot access classes in /WEB-INF/lib 2006-12-17 - By andy.mcneill@(protected)
Back
> Hello > > I have a relatively simple servlet which runs the Jasper > reporting engine. I want this servlet to be easy to deploy so I have > put the Jasper libraries in the WEB-INF/lib directory so it is > standalone. > > But at runtime I get a Jasper classpath not found exception > (class net/sf/jasperreports/engine/JasperRunManager) > The class is in the jasperreport-1 (See http://ort-1.ora-code.com).2.8.jar which is in the lib > directory. But for some reason it is not being picked up. > > The class in question is being accessed statically (i.e. a > static method is being called). Not sure if this makes a difference. > > The jdbc library (which is called before Jasper) seems to be > picked up ok. > > > Any ideas ? > > Regards > > Andy > > > > -- --Original Message-- -- > From: Mcneill,A,Andy,XDT64 R > Sent: 17 December 2006 18:12 > To: 'users-subscribe@(protected)' > Subject: Cannot access classes in /WEB-INF/lib > > Hello > > I have a relatively simple servlet which runs the Jasper > reporting engine. I want this servlet to be easy to deploy so I have > put the Jasper libraries in the WEB-INF/lib directory so it is > standalone. > > But at runtime I get a Jasper classpath not found exception > (class net/sf/jasperreports/engine/JasperRunManager) > The class is in the jasperreport-1 (See http://ort-1.ora-code.com).2.8.jar which is in the lib > directory. But for some reason it is not being picked up. > > The class in question is being accessed statically (i.e. a > static method is being called). Not sure if this makes a difference. > > The jdbc library (which is called before Jasper) seems to be > picked up ok. > > > Any ideas ? > > Regards > > Andy > > > Andy Mcneill > > Technical architect > OneIT > British Telecom > > Tel : 07795986910 > >
|
|
 |