To get you started, this is an example of how to build a bundle: http://felix.apache.org/site/apache-felix-tutorial-example-1.html
Mind you, most OSGi project don't create their bundles like this (by hand) but use some Bnd based task that integrates with either Ant or Maven. For an example of the latter, bundle subprojects of Felix are good examples. Greetings, Marcel On 11 Aug 2010, at 13:41 , gharbi jjjj wrote: > Good morning, > > I am working with OSGi technology, but I am still at the begin. > > I encoutre the first and may be the simplest problem : how to create a bundle > ? > > I am using felix, the platform is well installed, I use some commands on the > promt such as ps, start, stop, install, ... > > But I do not arrive to form a HelloWorld bundle (that means I take a code > source, but I do not find the way to have a jar file to install and use > after > that)!! > > Sincerly, > > > Atef Gharbi. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

