Fill in likely (but untested) JVM library path on Windows

This commit is contained in:
Ben Liblit 2018-03-14 16:15:03 -05:00
parent 0a21f20348
commit e9fa6f31b3
1 changed files with 1 additions and 2 deletions

View File

@ -56,8 +56,7 @@ model {
sharedLibraryLinkFile = file("$currentJavaHome/jre/lib/server/libjvm.dylib")
break
case 'windows/x86-64':
// TODO: determine JVM library name and location on Windows
// sharedLibraryLinkFile = '???'
sharedLibraryLinkFile = file("$currentJavaHome/jre/bin/server/jvm.dll")
break
}
}