<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks Nick. Would I just then create the .bashrc file in my home
directory and then do the commands as you've written in a shell as
opposed to adding the lines to the .bashrc file?<br>
<br>
Many Gracias!<br>
<br>
Brian<br>
<br>
Nick Frost wrote:
<blockquote
 cite="mid:A3994E24-6AD9-4752-BF7E-50709354D774@nickorama.com"
 type="cite">
  <pre wrap="">On Apr 6, 2009, at 11:51 AM, BrianO'Keefe wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Setting up your account
ESRI recommends that you execute ArcExplorer from a C shell. The
following instructions are for a C shell environment setup.
To use ArcExplorer, add the following lines to your .login or .cshrc  
file:
setenv AEJHOME <ArcExplorer Installation Directory>/aej90exe
setenv LD_LIBRARY_PATH $AEJHOME/lib
Make sure that $AEJHOME/bin is in the PATH.
set path = ( $path $AEJHOME/bin )
    </pre>
  </blockquote>
  <pre wrap=""><!---->
For BASH, I think the .bashrc syntax would be something like the  
following;

---------in .bashrc------------

export AEJHOME <ArcExplorer Installation Directory>/aej90exe
export LD_LIBRARY_PATH $AEJHOME/lib
export PATH=$PATH:<AEJHOMEPATHHERE/bin               (for example export PATH= 
$PATH:/usr/local/aejhome/bin)

-Nick

----------------------------------------
Nicholas S. Frost
7 Avenida Vista Grande #325
Santa Fe, NM  87508
<a class="moz-txt-link-abbreviated" href="mailto:nickf@nickorama.com">nickf@nickorama.com</a>
----------------------------------------

_______________________________________________
nmglug mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nmglug@nmglug.org">nmglug@nmglug.org</a>
<a class="moz-txt-link-freetext" href="https://nmglug.org/mailman/listinfo/nmglug">https://nmglug.org/mailman/listinfo/nmglug</a>

  </pre>
</blockquote>
</body>
</html>