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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

