IC, then you still probably don't need to access the Felix framework class directly...you probably want to look at:

http://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Framework+Launching+and+Embedding

You need to refer to the wiki page because for some reason our static web site content is out of sync with the wiki...

-> richard

On 10/1/09 12:39, samira chaouki wrote:
In my bundle I need to instanciate Felix class which represent the
framework.


2009/10/1 Richard S. Hall<[email protected]>

You should not be using anything inside any org.apache.felix.* package, you
should be using classes in org.osgi.framework.*. You do this by importing
them in your manifest file and creating a bundle activator for your bundle.
If you are new to OSGi, you might want to check out some basic
tutorials...we have a basic one in our documentation area:

    http://felix.apache.org/site/apache-felix-osgi-tutorial.html

->  richard



On 10/1/09 11:29, samira chaouki wrote:

Hello.

I’m developing a new module in Felix but I have some troubles.

I want to use the method *installBundle *which is in the package
*org.apache.felix.framework
*

Although I import this package in the pom.xml of the module I have
imported
it did not compile.



*Samira CHAOUKI*

*Mail : [email protected]*

*Tel    : *06 34 87 31 58



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



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

Reply via email to