diff --git a/ext/win-launcher/launcher.c b/ext/win-launcher/launcher.c index d5341f61..02a0e35c 100644 --- a/ext/win-launcher/launcher.c +++ b/ext/win-launcher/launcher.c @@ -1,4 +1,4 @@ -// A simple Windows launcher that will run java.exe passing own file as -jar parameter. +// A simple Windows launcher that will run javaw.exe passing own file as -jar parameter. // This compiled exe file must be prepended to the built jar file. #include "windows.h" #include "stdio.h"