Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix java.nio.file.InvalidPathException when loadLibrary on Windows platform #3907

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

leemingzixxoo
Copy link
Contributor

on Windows platform, Paths.get(jarPath) will get InvalidPathException like "java.nio.file.InvalidPathException: Illegal char <:> at index 2: /C:/Program Files/xxx",change to use Paths.get(location.toURI())

… like "java.nio.file.InvalidPathException: Illegal char <:> at index 2: /C:/Program Files/xxx",change to use Paths.get(location.toURI())
@tangyoupeng tangyoupeng merged commit 1767c51 into juicedata:main Jul 17, 2023
24 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants