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

[1187 byte] By [sudiplovesyoua] at [2007-11-27 2:48:37]
# 1
try this : c:\program%20files\proj
java_2006a at 2007-7-12 3:19:11 > top of Java-index,Desktop,Deploying...