-
Notifications
You must be signed in to change notification settings - Fork 53
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
CascadingClassLoadHelper cannot load when there is a space in the file path #13
Comments
Can you provide a stack trace as well? |
INFO [2015-09-08 17:37:27,973] com.xeiam.sundial.plugins.AnnotationJobTriggerPlugin: Loading annotated jobs from com.xxxx.xxx.jobs. |
Try setting your path with leading http://blogs.msdn.com/b/ie/archive/2006/12/06/file-uris-in-windows.aspx |
It is not a path I set, it is where the dropwizard jar is located. I have I'll try your suggestion later and see if it is an improperly formatted uri On Wed, Sep 9, 2015, 1:16 AM Tim Molter notifications@github.com wrote:
|
@Franknozly OK, yeah that makes sense actually. If you forh it and have found a fix, please create a pull request, and I'll happily merge it. Thanks! |
done via PR |
If you put the jar file into a path with a space (like c:\program files (x86)\etc) it will fail to find the file path to the jar file and throws java.io.FileNotFoundException: C:\Program%20Files%20(x86).....\etc.jar (The system cannot find the file specified).
The text was updated successfully, but these errors were encountered: