[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] BundleContext.installBundle() and URLs with spaces

I am trying to install and start bundles from within the start of one bundle using BundleContext.installBundle() ( passing URLs to it )

It seems like BundleContext.installBundle() does not handle URLs with space in them e.g. "file:/d:/plugins%20folder/test_bundle_1.0.0/"

I get "java.util.zip.ZipException: error in opening zip file"

Is there a way to get around this ?

Thanks,
Vinay