Hi Carlos, On 18/10/06, Carlos Nunura Caldas <[EMAIL PROTECTED]> wrote: > Hello > > I want to know more about the Itext software to use it in one of my > projects. > > I have downloaded all the files that appeared in the web page (tar or zip) > but what is the process to install those libraries? And what I have to do to > use this libraries in one JAVA Program … what kind of sentences I have to > put in my program (USE, IMPORT, etc) to make proves in a single JAVA > programs.
How actually new are you to Java development? The basic idea of Java concerning libraries is that the only thing you have to do is to include their path to the CLASSPATH, either by editing the CLASSPATH or copying them into a folder the CLASSPATH points to. Then, most of the IDE will autocomplete the import preamble on using the library. > Another question is: can I use this libraries (Itext) in a single JAVA > program. (without use JSP or a Servlet or a EJB or Webphere or Weblogic or > tomcat) … do you know what I mind ? iText is a Java library, and can be used by any piece of Java code, be it a servlet or a standalone class. No need to use it in a web application (that's what you meant I think by mentionning JSP, servlet, etc...) If all what I wrote sounds totally unfamiliar, my best advice would be you to grab a good Java basic programming book before developping with iText, or with any other library. Hope this helps, alexis ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions