Received: by 10.224.182.74 with SMTP id cb10mr4433565qab.0.1346372896851; Thu, 30 Aug 2012 17:28:16 -0700 (PDT) Received: by 10.236.75.3 with SMTP id y3mr744511yhd.20.1346372896782; Thu, 30 Aug 2012 17:28:16 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!r1no107746qas.0!news-out.google.com!da15ni84079qab.0!nntp.google.com!r1no107738qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Thu, 30 Aug 2012 17:28:16 -0700 (PDT) In-Reply-To: <503c2401$0$287$14726298@news.sunsite.dk> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.253.140.71; posting-account=fFD7kgkAAAB9oB6zviXAsz8U3juNPKqJ NNTP-Posting-Host: 76.253.140.71 References: <14fdabc2-3e23-40c9-b01a-fedfdc9a668c@googlegroups.com> <50341328$0$291$14726298@news.sunsite.dk> <503c2401$0$287$14726298@news.sunsite.dk> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: placement of other jars not in original in JDK download From: Bob H Injection-Date: Fri, 31 Aug 2012 00:28:16 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.lang.java.programmer:18456 On Monday, August 27, 2012 9:55:01 PM UTC-4, Arne Vajh=F8j wrote: > On 8/22/2012 4:10 PM, Bob H wrote: >=20 > > Clarifying what I ultimately wanted: >=20 > > I am trying to read a "xxx.doc" file downloaded >=20 > > to a Windows Vista 32-bit operating system. >=20 > > John M wrote : >=20 > > "If you're using NetBeans, add the JARs in Tools > Libraries, where the= y >=20 > > can then be accessed as a group by projects that need them. Eclipse has >=20 > > a comparable feature." >=20 > > >=20 > > I am using neither NetBeans nor Eclipse. >=20 > > >=20 > > The posts here so far indicate that I should place >=20 > > latest poi-3.8 binary jars into the folder where >=20 > > where the tools.jar is located? >=20 >=20 >=20 > No. >=20 >=20 >=20 > Most posts here indicate that you should put a ref to the >=20 > jars in the Java command line. >=20 >=20 >=20 > Arne Hi All, Thanks to you all,for your help. I close with these remarks. =20 Yes I was able to discover how=20 to direct my IDE to the path of the .POI jar=20 the respective jar containing the import.=20 There is a "preferences" tab in the IDE which leads to a page=20 to enter any path to individual .POI jars=20 regardless of where it is.=20 However in my sample=20 program there were items for which=20 that the .POI jar did not=20 have some objects written in the=20 sample. This sample program might have been written in an earlier time when publishing of the=20 Apache .POI jar was not the same as=20 the latest version for download now. The=20 .POI archive is available but at a=20 sizable effort to discover which one it was. Even after that, the program=20 might not access the version of Word=20 that wrote the .doc that I want to read. =20 So I close my quest with an observation of=20 a search in comp.lang.java.programmer In a '07 post made by Raymond F Herrera "I need to convert MSWord ".doc" files to plain data ".rtf" ones" The OP writes in part: " > Roedy Green Canadian Mind Products > The Java Glossaryhttp://mindprod.com [Roedy's site says:] > .POI is not what I would call=20 developer friendly. " I agree. bH