Hi, I have a felix application (sip-communicator) that gets started with webstart.
In the felix.client.run.properties file I refer to the bundles that should be loaded at startup. Does anybody know a possibility, how I can refer to the jars (my bundles) that webstart has downloaded? I tried the following, but neither of them worked: jar:file://www.mydomain.com/foo/bar.jar!/ (see http://docs.sun.com/source/819-0913/author/jar.html#jarprotocol) jar:http://www.mydomain.com/foo/bar.jar!/ (as documented in the javadoc, JarURLConnection) Sebastian -- /** * Sebastian Heib * Software Developer * * Synyx GmbH & Co. KG * Business in Components * Karlstr. 68 * 76137 Karlsruhe * * phone +49(0)721 66 24 866 * fax +49(0)721 66 48 877 * eMail [EMAIL PROTECTED] * www http://www.synyx.de * irc irc.synyx.de * * Sitz der Gesellschaft: Karlsruhe * Registergericht: Mannheim * Handelsregisternummer: HRA 4793 * USt-IdNr.: DE249264296 * * Komplementärin: Elatech Verwaltungs GmbH * Sitz der Gesellschaft: Karlsruhe * Geschäftsführer: Markus Daniel * Registergericht: Mannheim * Handelsregisternummer: HRB 7250 */