Check with your ArcIMS system administrator if you do not know what $AEJHOME should be set to.
To enable ArcExplorer—Java Edition, set the following variable in your .cshrc file:
setenv AEJHOME <ArcExplorer
Installation Directory>/aej90exe
In your .cshrc file, add $AEJHOME/bin to your $PATH variable or set an alias to the startup script:
set path = ( $path $AEJHOME/bin
)
or
alias aejava $AEJHOME/bin/aejava
To enable ArcExplorer—Java Edition Help, copy the aimsclient.properties file from <ArcExplorer Installation Directory>/Xenv to your $HOME directory, open the file in a text editor, and edit the values for:
WebBrowser=<Netscape Installation
Directory>/netscape
AEJavaHelp=<ArcExplorer Installation Directory>/aej90exe/Help/aejava_help.htm
Save and close the file.
Source your .cshrc file:
source .cshrc
To start ArcExplorer—Java Edition, type:
aejava
You can now use ArcExplorer—Java Edition to view local data and ArcIMS services.
Tips
|