bat file fix for javaw

This commit is contained in:
romanman 2014-06-17 16:33:56 +01:00
parent 11b06e0e1d
commit 82dd0f9761
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
call java -Dlog4j.configuration=file:./config/log4j.properties -jar ethereumj.jar
call javaw -Dlog4j.configuration=file:./config/log4j.properties -jar ethereumj.jar
pause