fix an error ( Error: Unable to access jarfile ./lib/ethereumj-0.7.9.jar )

This commit is contained in:
ligi 2014-12-10 17:00:06 +01:00
parent a8d407ab28
commit 99af4432a9
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
java -Xmx6144M -Dlog4j.configuration=file:./config/log4j.properties -jar ./lib/ethereumj-0.7.9.jar org.ethereum.Start -o true $@
java -Xmx6144M -Dlog4j.configuration=file:./config/log4j.properties -jar ./lib/ethereumj-0.7.9*.jar org.ethereum.Start -o true $@