bat file fix for javaw
This commit is contained in:
parent
11b06e0e1d
commit
82dd0f9761
|
@ -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
|
pause
|
Loading…
Reference in New Issue