[
https://issues.apache.org/jira/browse/MNG-7245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413750#comment-17413750
]
Michael Osipov edited comment on MNG-7245 at 9/16/21, 11:52 AM:
----------------------------------------------------------------
Parts of 6bed162a65bcd2f8ab481ed3c938b83814cb550d (master) and
73f34c00d16c24edb0e5f9d7eb63bc0c730a72d1 (3.8.x) need to be reverted.
was (Author: michael-o):
Parts of 6bed162a65bcd2f8ab481ed3c938b83814cb550d need to be reverted.
> Maven doesn't start due to Unicode characters in path to jansi.dll
> ------------------------------------------------------------------
>
> Key: MNG-7245
> URL: https://issues.apache.org/jira/browse/MNG-7245
> Project: Maven
> Issue Type: Bug
> Affects Versions: 3.8.2
> Reporter: Vladimir Ivanov
> Priority: Blocker
> Fix For: 4.0.x-candidate, 3.8.x-candidate
>
>
> Looks like there is the same issue as MNG-7165 but it's at Windows now.
> {code:java}
> >mvn --version
> Failed to load native library:jansi-2.3.4-42a78e9e6c4110f-jansi.dll. osinfo:
> Windows/x86_64
> java.lang.UnsatisfiedLinkError:
> C:\Users\��������\AppData\Local\Temp\jansi-2.3.4-42a78e9e6c4110f-jansi.dll:
> Can't find dependent libraries
> Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
> Maven home: C:\Program Files\Apache\Maven
> Java version: 11.0.12, vendor: Microsoft, runtime: C:\Program
> Files\Microsoft\jdk-11.0.12.7-hotspot
> Default locale: ru_RU, platform encoding: Cp1251
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> {code}
> {code:java}
> >java --version
> openjdk 11.0.12 2021-07-20
> OpenJDK Runtime Environment Microsoft-25199 (build 11.0.12+7)
> OpenJDK 64-Bit Server VM Microsoft-25199 (build 11.0.12+7, mixed mode)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)