<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Something is weird.....<br>
I seem to have gotten the variables right. the documentation for
ArcExplorer says to start the program by running "aejava" and here's
what happens:<br>
<br>
$ aejava<br>
bash: aejava: command not found<br>
ubuntu@ubuntu:~/Downloads/ArcExplorer$ ls<br>
ArcExplorer.sh bin Disk1 fonts Help lib UninstallerData Xenv<br>
<br>
So I run:<br>
<br>
ubuntu@ubuntu:~/Downloads/ArcExplorer$ sh ArcExplorer.sh<br>
<br>
** JAVA_HOME must be defined<br>
<br>
This is after installing the software by running the installer that the
download included:<br>
sudo sh SetupArcExplorer.sh<br>
<br>
(I run as sudo as I need to have write capability to my jre directory)<br>
<br>
I don't know-too much for me<br>
<br>
<br>
<br>
<br>
BrianO'Keefe wrote:
<blockquote cite="mid:49DBE2CF.6020407@cybermesa.com" type="cite">
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
Oh yeah, missed that little slash!!<br>
<br>
Nick Frost wrote:
<blockquote cite="mid:49DBDEBC.2040506@nickorama.com" type="cite">
<pre wrap="">BrianO'Keefe wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Thanks Brendan. I'm pasting the syntax corrections as I understand you
(which is a stretch given my experience with this!). Is this correct?
export AEJHOME=home/ubuntu/Downloads/aej90exe
export LD_LIBRARY_PATH=$AEJHOME/lib
export PATH=$PATH:/usr/local/aejhome/bin
</pre>
</blockquote>
<pre wrap=""><!---->If I am not mistaken, your entry for AEJHOME appears incorrect, in that
I believe you want to prepend a "/", e.g.
export AEJHOME=/home/ubuntu/Downloads/aej90exe
for what is called and "absolute path" instead of a relative path.
-Nick
</pre>
<blockquote type="cite">
<pre wrap="">
Brendan wrote:
</pre>
<blockquote type="cite">
<pre wrap="">BrianO'Keefe wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Thanks Nick. I added the variables from your last email as best I could:
export AEJHOME home/ubuntu/Downloads/aej90exe
export LD_LIBRARY_PATH $AEJHOME/lib
export PATH= $PATH:/usr/local/aejhome/bin
</pre>
</blockquote>
<pre wrap="">The syntax is "export NAME=value". Note there's an = between the name
and the value, and there is no space at all. Add = signs, remove your
spaces and try again.
FWIW, you could switch your shell to csh or tcsh if you have that
installed. Use the chsh command to change shells.
-Brendan
_______________________________________________
nmglug mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
href="mailto:nmglug@nmglug.org">nmglug@nmglug.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="https://nmglug.org/mailman/listinfo/nmglug">https://nmglug.org/mailman/listinfo/nmglug</a>
</pre>
</blockquote>
<pre wrap="">------------------------------------------------------------------------
_______________________________________________
nmglug mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
href="mailto:nmglug@nmglug.org">nmglug@nmglug.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="https://nmglug.org/mailman/listinfo/nmglug">https://nmglug.org/mailman/listinfo/nmglug</a>
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
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>