  | 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 | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | 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
|
|
|
  | | | -none- | -none- 2007-08-23 - By Dhiraj Shrivastava
Back I was able to compile my code with itext.jar which I compiled with JDK1.3but at runtime it gives NoClassFoundError exception. See the stacktrace below:
============== com.ibm.ejs.container.CreateFailureException: java.lang.reflect.InvocationTargetException; nested exception is: java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: com/lowagie/text/pdf/PdfWriter ======================
Any idea, why it would happen? Compile time there is no problem only at run time it is giving this error.
Note: If anyone else has got a jar compiled with JDK1.3 then please sare it with me.
Thanks and would appreciate a quick response.
<div>I was able to compile my code with itext.jar which I compiled with JDK1.3 but at runtime it gives NoClassFoundError exception. See the stacktrace below:< /div> <div> </div> <div>==============</div> <div>com.ibm.ejs.container.CreateFailureException: java.lang.reflect .InvocationTargetException; nested exception is: <br> java.lang.reflect .InvocationTargetException<br>java.lang.reflect.InvocationTargetException: java .lang.NoClassDefFoundError : com/lowagie/text/pdf/PdfWriter<br>======================</div> <div> </div> <div>Any idea, why it would happen? Compile time there is no problem only at run time it is giving this error.</div> <div> </div> <div>Note: If anyone else has got a jar compiled with JDK1.3 then please sare it with me.</div> <div> </div> <div>Thanks and would appreciate a quick response.</div>
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
|
|
 |