Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #18488

Re: placement of other jars not in original in JDK download

Newsgroups comp.lang.java.programmer
Date 2012-08-31 15:23 -0700
References (2 earlier) <50341328$0$291$14726298@news.sunsite.dk> <nospam-447DF6.21411721082012@news.aioe.org> <bc809c32-3b61-4c49-a6b3-9d8b2e8cfaa3@googlegroups.com> <503c2401$0$287$14726298@news.sunsite.dk> <a676f24f-960f-423d-a239-455a9656d5df@googlegroups.com>
Message-ID <b4fd4188-4079-4d22-995e-a041557c7638@googlegroups.com> (permalink)
Subject Re: placement of other jars not in original in JDK download
From Lew <lewbloch@gmail.com>

Show all headers | View raw


Bob H wrote:
> Thanks to you all,for your help.
> 
> I close with these remarks.
> 
> Yes I was able to discover how 
> to direct my IDE to the path of the .POI jar 
> the respective jar containing the import. 
> There is a "preferences" tab
> in the IDE which leads to a page 
> to enter any path to individual .POI jars 
> regardless of where it is. 

There is also an ability to create a "library" that projects 
can include, thus putting the JARs, and any associated Javadocs 
and source, in the classpath and documentation path, respectively, 
for your IDE build.

> However in my sample 
> program there were items for which 
> that the .POI jar did not 
> have some objects written in the 
> sample. This sample program might have been written
> in an earlier time when publishing of the 
> Apache .POI jar was not the same as 
> the latest version for download now. The 
> .POI archive is available but at a 
> sizable effort to discover which one it
> was. Even after that, the program 
> might not access the version of Word 
> that wrote the .doc  that I want to read.  

The program doesn't access *any* version of Word.

It reads the .doc file directly.

> So I close my quest with an observation of 
> 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 
> developer friendly. "

> I agree.

I completely disagree. I've used POI and it didn't give any trouble at all.

I observe from this thread that you have yet to learn about classpath, 
setting up your IDE and how to communicate source code relevant to your 
question. These are your handicaps, not POI.

-- 
Lew

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

placement of other jars not in original in JDK  download bH <bherbst65@hotmail.com> - 2012-08-21 12:31 -0700
  Re: placement of other jars not in original in JDK  download Jeff Higgins <jeff@invalid.invalid> - 2012-08-21 15:52 -0400
    Re: placement of other jars not in original in JDK  download Lew <lewbloch@gmail.com> - 2012-08-21 13:50 -0700
      Re: placement of other jars not in original in JDK  download Jeff Higgins <jeff@invalid.invalid> - 2012-08-21 17:13 -0400
        Re: placement of other jars not in original in JDK  download Lew <noone@lewscanon.com> - 2012-08-22 06:25 -0700
  Re: placement of other jars not in original in JDK  download Roedy Green <see_website@mindprod.com.invalid> - 2012-08-21 14:11 -0700
    Re: placement of other jars not in original in JDK  download Arne Vajhøj <arne@vajhoej.dk> - 2012-08-21 19:00 -0400
      Re: placement of other jars not in original in JDK  download "John B. Matthews" <nospam@nospam.invalid> - 2012-08-21 21:41 -0400
        Re: placement of other jars not in original in JDK  download Bob H <bherbst65@hotmail.com> - 2012-08-22 13:10 -0700
          Re: placement of other jars not in original in JDK  download Lew <lewbloch@gmail.com> - 2012-08-22 13:32 -0700
          Re: placement of other jars not in original in JDK  download "John B. Matthews" <nospam@nospam.invalid> - 2012-08-23 12:45 -0400
          Re: placement of other jars not in original in JDK  download Arne Vajhøj <arne@vajhoej.dk> - 2012-08-27 21:50 -0400
            Re: placement of other jars not in original in JDK  download Bob H <bherbst65@hotmail.com> - 2012-08-30 17:28 -0700
              Re: placement of other jars not in original in JDK  download Lew <lewbloch@gmail.com> - 2012-08-31 15:23 -0700
        Re: placement of other jars not in original in JDK  download Arne Vajhøj <arne@vajhoej.dk> - 2012-08-27 21:49 -0400
    Re: placement of other jars not in original in JDK  download Gunter Herrmann <notformail0106@earthlink.net> - 2012-08-23 13:52 -0400
  Re: placement of other jars not in original in JDK  download Bob H <bherbst65@hotmail.com> - 2012-08-22 16:49 -0700
    Re: placement of other jars not in original in JDK  download Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2012-08-23 02:39 +0200
      Re: placement of other jars not in original in JDK  download Jeff Higgins <jeff@invalid.invalid> - 2012-08-22 20:49 -0400
        Re: placement of other jars not in original in JDK  download Bob H <bherbst65@hotmail.com> - 2012-08-22 19:54 -0700
    Re: placement of other jars not in original in JDK  download Arne Vajhøj <arne@vajhoej.dk> - 2012-08-27 21:46 -0400

csiph-web