vvysotskyi commented on issue #1446: DRILL-6349: Drill JDBC driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM URL: https://github.com/apache/drill/pull/1446#issuecomment-440313262 Perhaps this issue woun't be fixed after winutils update. I have checked with 2.8.1, and it still fails. For JDK 8 `msvcr100.dll` was available in jre path, but for JDK 11 not, therefore it failed. And since winutils were built with JDK 8 (as it was pointed in https://github.com/steveloughran/winutils) binary files assume that `msvcr100.dll` will be accessible. So I agree with you that we should document that for JDK 11 should be installed `visual c ++ redistributable`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
