Versions Compared

Key

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

Running the Jar File

Assuming you have followed the instructions at Installing HPS Java, you can run the standalone jar file two ways.

Using the -jar switch from the command line will run the main from the class JobManager, which is listened in the manifest inside the jar.

Code Block
languagebash
java -jar ./distribution/target/hps-distribution-3.6-SNAPSHOT-bin.jar [args]

Without any arguments it will print the command line options and then exit.

You can also run the main method from any class in the jar.

 

 

Using your own steering file

...