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


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

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

From Bob H <bherbst65@hotmail.com>
Newsgroups comp.lang.java.programmer
Subject Re: placement of other jars not in original in JDK download
Date 2012-08-22 19:54 -0700
Organization http://groups.google.com
Message-ID <6d8242e0-d8df-4147-b6d8-5767176fd416@googlegroups.com> (permalink)
References <14fdabc2-3e23-40c9-b01a-fedfdc9a668c@googlegroups.com> <312229fa-2d8b-4686-a8df-75b7a4b13f9c@googlegroups.com> <k13u4o$msd$1@dont-email.me> <k13umi$paf$1@dont-email.me>

Show all headers | View raw


On Wednesday, August 22, 2012 8:49:30 PM UTC-4, Jeff Higgins wrote:
> On 08/22/2012 08:39 PM, Daniele Futtorovic wrote:
> 
> > On 23/08/2012 01:49, Bob H allegedly wrote:
> 
> >> My response to that is :
> 
> >> I tried all combinations of "poi-bin-3.8-20120326 jars"
> 
> >> where and what to put there.
> 
> >>
> 
> >> I am frustrated: I need a cookie
> 
> >> sized tranquilizer.
> 
> >
> 
> > Perhaps you should consider whether all this computer stuff is really
> 
> > something for you...
> 
> >
> 
> >> mkdir C:\MyArse
> 
> >> copy poi.jar C:\MyArse\
> 
> >> java -cp C:\MyArse\poi.jar MyClass
> 
> >
> 
> bH has been posting to c.l.j... for years.
> 
> It's either a long running troll or ...

Hi Jeff, 
Thanks for the consideration you wrote. 
Sometimes the help here is outstanding, 
other times I don't understand what is 
being said. So it requires 
me to "solve my problem" in a different manner.

While searching the internet most recently,
I came across this solution which does the 
task of opening a 'xxx.doc'. 
So I am now using this Rutime model:


//http://www.2shared.com/complete/x_C073Q-/WINWORD.html

import java.io.*;

public class RuntimeGetDoc
{
  public static void main(String[] str)throws IOException
  {
    Runtime rt = Runtime.getRuntime();
    Process p = rt.exec("C:/Program Files/WinWord/WINWORD.exe");
  }
}

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