win launcher: cleanup

This commit is contained in:
Vladimir.Orlov
2018-04-17 10:08:19 +03:00
parent de4e7e8e19
commit f3ae35ae1a
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
@@ -30,7 +30,7 @@ JavaVM* jvm = NULL;
JNIEnv* env = NULL;
volatile bool terminating = false;
//tools.jar doesn't exist in jdk 9 and later. So check it only for jdk 1.8 only.
//tools.jar doesn't exist in jdk 9 and later. So check it for jdk 1.8 only.
bool toolsArchiveExists = true;
HANDLE hFileMapping;