You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "theit (via GitHub)" <gi...@apache.org> on 2023/03/10 13:40:15 UTC

[GitHub] [maven-mvnd] theit commented on issue #793: java.lang.UnsatisfiedLinkError: Can't load library: jansi.dll

theit commented on issue #793:
URL: https://github.com/apache/maven-mvnd/issues/793#issuecomment-1463818864

   I guess I have seen a similar behavior when extracting the .tar.gz for Maven 3.8.x/3.9.x from within Git Bash in Windows. For some reasons the execute bit was not set on the `jansi.dll` when I looked into the directory from within Bash. I had to execute
   ```chmod +x <maven>/lib/jansi-native/Windows/x86*/jansi.dll"```
   then it worked (again). Unfortunately I cannot reproduce this...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org