Versions Compared

Key

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

...

Code Block
languagebash
java -cp ./distribution/target/hps-distribution-bin.jar org.hps.evio.EvioToLcio [args]

Some XML steering files have variables that need to be resolved with command line arguments.


If you get "class not found" errors, then either the path to the distribution jar is not correct.  This error may also occur if the class you have specified doesn't exist or does not have a main method.

...