To be included jar path containing white space....
hi,
I have develop an application which is linked with some jar files at run time. Now those jars are in my application directory and as I have put my project in path c:\program files\proj(which contains white space) so while running the application its producing following error:
Caused by: java.net.URISyntaxException: Illegal character in path at index 13: file:/C:/with space/repro-designer.dir/CO
NSOLE-INF/lib/ant-1.7.0.jar
at java.net.URI$Parser.fail(URI.java:2809)
at java.net.URI$Parser.checkChars(URI.java:2982)
at java.net.URI$Parser.parseHierarchical(URI.java:3066)
at java.net.URI$Parser.parse(URI.java:3014)
at java.net.URI.<init>(URI.java:578)
at java.net.URI.create(URI.java:840)
... 21 more
14:11:13,734 DEBUG [Application] Application destroying...
14:11:13,734 DEBUG [Application] ContextFactory destroying...
14:11:13,750 DEBUG [Application] ContextFactory destroyed.
14:11:13,750 DEBUG [Application] Application destroyed.
and if i put the project in such a path where isnt any white space, its working fine. Can any one help me out....
regards
Sudip

