
See the discussion about installing jar files in #4386. Also installs a wrapper script that has explicit references to the prerequisite java exe and to the jar file in it's final resting place.
4 lines
82 B
Bash
4 lines
82 B
Bash
#!/bin/sh
|
|
# convenience wrapper for the picard jar file
|
|
java -jar picard.jar "$@"
|