Hi,

being a complete novice with OSGI and Felix, I wonder how to properly
port the following code:

     final URL[] urls;  //List of jar files, which are downloaded from a server.
     final ClassLoader parent:
     final ClassLoader cl = new URLClassLoader(urls, parent);

The idea being, of course, that I would like to handle the downloaded
jar files as OSGI bundles that are being started etc.

Thanks,

Jochen


-- 
"Bildung kommt von Bildschirm und nicht von Buch, sonst hieße es ja Buchung."
Dieter Hildebrandt

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to