Document the mitigation of 'VCRUNTIME140.dll was not found' on Windows

This commit is contained in:
Peter Palaga
2020-07-30 15:57:31 +02:00
parent 661aa56818
commit 0c9f3bd22c

View File

@@ -24,9 +24,13 @@ mvnd --install # <5>
* Download `mvnd-dist.zip`
* Unpack it to `~/.m2/mvnd/<version>`
* Create `~/.m2/mvnd.properties`
+
If your are on Windows and see a message that `VCRUNTIME140.dll was not found`, you need to install
`vc_redist.x64.exe` from https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads.
See https://github.com/oracle/graal/issues/1762 for more information.
Optionally, you can open `~/.m2/mvnd.properties` and set the `java.home` property in case you do not want to bother with setting `JAVA_HOME` environment variable.
+
Now you can test whether `mvnd` works:
[source,shell]