-
Notifications
You must be signed in to change notification settings - Fork 68
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
Can not launch ScenicView from within a path containing spaces #50
Comments
Not sure if I missed something, but is there any reason why the path to scenicview.jar is created as file:// URL, then parsed into a URL and converted back to an URI in RemoteConnectorImpl.findAgent() (in the "jrt" case)? The following patch fixes the URISyntaxException by simply passing the path directly to the File(String) constructor which allows spaces in the path without any further encoding:
|
afester
added a commit
to afester/scenic-view
that referenced
this issue
Jul 8, 2019
… containing spaces
JonathanGiles
added a commit
that referenced
this issue
Jan 5, 2021
Issue #50: Allow to launch ScenicView from within a path containing spaces
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When installing ScenicView into a directory containing spaces, an URISyntaxException is thrown when launching it:
System information from ScenicView help:
OS version: Windows 10 Version 1803
JDK: openjdk version "11.0.1" 2018-10-16 (supplied with the scenicView download)
Workaround: Move the installation into a directory without spaces
The text was updated successfully, but these errors were encountered: