mirror of
https://github.com/corda/corda.git
synced 2024-12-28 00:38:55 +00:00
CORPRIV-659: Add bin/java to minimal JRE.
This commit is contained in:
parent
3895d34080
commit
4960a472ef
5
tools/demobench/package/macosx/DemoBench-post-image.sh
Normal file
5
tools/demobench/package/macosx/DemoBench-post-image.sh
Normal file
@ -0,0 +1,5 @@
|
||||
if [ -z "$JAVA_HOME" ]; then
|
||||
echo "Please set JAVA_HOME correctly."
|
||||
else
|
||||
cp $JAVA_HOME/jre/bin/java ./DemoBench/runtime/bin
|
||||
fi
|
Loading…
Reference in New Issue
Block a user