Skip to content

Update JuiceFileSystemImpl.java - #3905

Closed
leemingzixxoo wants to merge 1 commit into
juicedata:mainfrom
leemingzixxoo:main
Closed

Update JuiceFileSystemImpl.java#3905
leemingzixxoo wants to merge 1 commit into
juicedata:mainfrom
leemingzixxoo:main

Conversation

@leemingzixxoo

Copy link
Copy Markdown
Contributor

on Windows platform, Files.isDirectory(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())

on Windows platform, Files.isDirectory(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())
@CLAassistant

CLAassistant commented Jul 17, 2023

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

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