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


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

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 16:49 -0700
Organization http://groups.google.com
Message-ID <312229fa-2d8b-4686-a8df-75b7a4b13f9c@googlegroups.com> (permalink)
References <14fdabc2-3e23-40c9-b01a-fedfdc9a668c@googlegroups.com>

Show all headers | View raw


On Tuesday, August 21, 2012 3:31:40 PM UTC-4, Bob H wrote:
> 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

Hi Lew, 
Thanks for responding. I looked at Jeff's 
help. I have a problem with Oracle's 
directions. The directions from them give me a case 
of the jitters resetting things that I was 
not responsible for initially in the setup:
(administrator).

< http://docs.oracle.com/javase/tutorial/essential/environment/paths.html > 
 I find there:
 "C:\Java\jdk1.7.0\bin\javac MyClass.java" 
This I understand! 
I  also find there for"Windows 7", 
which I have : 
1.From the desktop, right click the Computer icon.
2.Choose Properties from the context menu.
3.Click the Advanced system settings link.
4.Click Environment Variables. In the section System Variables, find the PATH environment variable and select it. Click Edit. If the PATH environment variable does not exist, click New.
5.In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable. Click OK. Close all remaining windows by clicking OK.

--------------------------------------------------------------------------------
Note: You may see a PATH environment variable similar to the following when editing it from the Control Panel: 
%JAVA_HOME%\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
Variables enclosed in percentage signs (%) are existing environment variables. If one of these variables is listed in the Environment Variables window from the Control Panel (such as JAVA_HOME), then you can edit its value. If it does not appear, then it is a special environment variable that the operating system has defined. For example, SystemRoot is the location of the Microsoft Windows system folder. To obtain the value of a environment variable, enter the following at a command prompt. (This example obtains the value of the SystemRoot environment variable): 
echo %SystemRoot%"

Lew, 
there is the information from Roedy,
and the following post from Arne:

"2 bad + 2 good advices" 
Arne 

My response to that is :
What am I supposed to think and do with that information?

Lew,
You wrote: 
 "NO! No, no, no
 Put it anywhere you want and include the JAR in the classpath.

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. 

Buen día y gracias. 
 
bH

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