mirror of
https://github.com/corda/corda.git
synced 2025-01-04 04:04:27 +00:00
6 lines
135 B
Bash
6 lines
135 B
Bash
if [ -z "$JAVA_HOME" ]; then
|
|
echo "Please set JAVA_HOME correctly."
|
|
else
|
|
cp $JAVA_HOME/jre/bin/java ./DemoBench/runtime/bin
|
|
fi
|