Discussion:
Where can I find the /JRE/ directory?
(too old to reply)
Support, DUNNIT SYSTEMS LTD.
2007-10-21 17:10:35 UTC
Permalink
Running z/OS 1.8 on a Flex-Es ADCD installed system.

Anyone know the default path for the Java /JRE directory?

Is there an easy way to globally search for directories?

TIA,
Jerry

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
Varun Manocha
2007-10-21 18:40:36 UTC
Permalink
Jerry,

I am not sure about the default placement of the /JRE directory, but I can
try and answer the second part of your question.

You can use the UNIX find command to locate a particular file/directory
and print its location. An example below:

find / -name trgm01 -print

This searches for a file/directory named "trgm01" in the "/" (root)
directory and all its sub-directories and "-print" its location on screen.
Just a word of caution, remember UNIX is case-sensitive, so be careful
what you want to search for "jre" or "JRE" :-)

HTH,
Varun

Note: I also have a REXX (from Xephon archives) that lists the entire
directory structure of your system. If you need it, send me an email
off-list.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit
written agreement or government initiative expressly permitting the use of
e-mail for such purpose.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
Aaron Walker
2007-10-21 23:51:30 UTC
Permalink
On a z/OS system, the default location will generally be:

/usr/lpp/java

You can always refer to the Program Directory for the version of Java
you are running (watch the wrap):

http://www-
03.ibm.com/servers/eserver/zseries/software/java/javaintr.html

Here's the one for 31-bit Java 5:
http://publibz.boulder.ibm.com/epubs/pdf/ajva1000.pdf

If you can access java (say, if you do "java -version" and get a positive
response), you can do the command "whence java", and that will tell
you where it is finding it.

Aaron

On Sun, 21 Oct 2007 12:09:30 -0500, Support, DUNNIT SYSTEMS LTD.
Post by Support, DUNNIT SYSTEMS LTD.
Running z/OS 1.8 on a Flex-Es ADCD installed system.
Anyone know the default path for the Java /JRE directory?
Is there an easy way to globally search for directories?
TIA,
Jerry
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Loading...