  | 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
|
|
|
  | | | Subject: Re: Missing Jar Warnings | Subject: Re: Missing Jar Warnings 2007-11-02 - By Bruno Lowagie
Back ajcantu wrote: > My PDF generation code compiles and works just fine, but I get these annoying > warning messages: > > [javamake] warning: [path] bad path element ".../itext/toolbox.jar": no > such file or directory > [javamake] warning: [path] bad path element > ".../itext/bcmail-jdk14-137.jar": no such file or directory > [javamake] warning: [path] bad path element > ".../itext/bcprov-jdk14-137.jar": no such file or directory > > Are these jars necessary, or do people do something else to get rid of the > warnings? I'd rather not add jars to the build process if they are not > needed.
toolbox.jar: a jar that provides a GUI for some iText tools. You probably don't need it.
bcmail.jar en bcprov.jar: as soon as encryption or digital signatures are involved you'll need these jars. I'd add them to the build process. You certainly need them if you want to compile iText yourself.
I assume these warnings originate from the MANIFEST.MF file (created if you use the ANT scripts). You can change the MANIFEST file if you want to.
br, Bruno
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- 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/
|
|
 |