Versions Compared

Key

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

...

No Format
wget http://java.freehep.org/maven2/org/freehep/jas-assembly/3.12.211/jas-assembly-3.12.211-distribution.tar.gz

The above wget command is just an example using a specific version. 

...

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

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

...

No Format
 ./jas-assembly-3.12.211/jas3

You should now see the GUI load.

...

No Format
cd hps-java; mvn install -DskipTests

This should make sure that JAS sees your local version of the HPS Java Plugin.