From 82dd0f9761fc36fbc9d5a6a6e93a011bbb7b1e4a Mon Sep 17 00:00:00 2001 From: romanman Date: Tue, 17 Jun 2014 16:33:56 +0100 Subject: [PATCH] bat file fix for javaw --- ethereumj-core/src/main/resources/config/run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereumj-core/src/main/resources/config/run.bat b/ethereumj-core/src/main/resources/config/run.bat index e0a3c7d6..867c4de2 100644 --- a/ethereumj-core/src/main/resources/config/run.bat +++ b/ethereumj-core/src/main/resources/config/run.bat @@ -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 \ No newline at end of file