Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: bH Newsgroups: comp.lang.java.programmer Subject: placement of other jars not in original in JDK download Date: Tue, 21 Aug 2012 12:31:40 -0700 (PDT) Organization: http://groups.google.com Lines: 24 Message-ID: <14fdabc2-3e23-40c9-b01a-fedfdc9a668c@googlegroups.com> NNTP-Posting-Host: 99.155.214.118 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1345577601 17804 127.0.0.1 (21 Aug 2012 19:33:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 21 Aug 2012 19:33:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=99.155.214.118; posting-account=fFD7kgkAAAB9oB6zviXAsz8U3juNPKqJ User-Agent: G2/1.0 Xref: csiph.com comp.lang.java.programmer:18271 Hi All, If I download poi-3.8 binary and I want to access some of the jar files that are in the download, as in this set of opening lines of a program that uses some of it: import org.apache.poi.poifs.filesystem.*; import org.apache.poi.hwpf.*; import org.apache.poi.hwpf.extractor.*; import java.io.*; Where do I place the poi-3.8 items(jars) that are in apache poi download? my compiler is: JDK 6.0_25 from C:\Program Files\Java\jdk1.6.0_25\lib\tools.jar TIA, bH