Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
tar -zxvf jas-assembly-3.1.0-distribution.tar.gz

This will create the directory jas-assembly-3.1.0 which is the root directory for running JAS.

Running JAS

Finally, you can simply run JAS from the command line using a simple command such as the following.

 

...

No Format
 ./jas-assembly-3.1.0

...

/jas3

You should now see the GUI load.

Configuring Plugins

 

Info
titleJAS3 on OSX

On OSX you may need to execute export AWT_TOOLKIT=XToolkit in your environment for the GUI to work correctly.  This command can be put into your Bash shell profile to run every time you login.

...