You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Thomas Richardson <to...@yahoo.co.uk> on 2008/10/27 16:38:10 UTC

Running Unjarred Felix

Hi
 
>From my understanding of the OSGi Specification, an implementation of the specification must be executed as a Jar file, so as to be treated as the system bundle. Therefore, am I right in assuming that it is not possible to correctly execute Felix when the Felix implementation classes are not contained in a jar file (felix.jar)?
 
Thanks
 
Tom


      

Re: Running Unjarred Felix

Posted by "Richard S. Hall" <he...@ungoverned.org>.
I don't believe the spec has any such restriction.

-> richard

Thomas Richardson wrote:
> Hi
>  
> From my understanding of the OSGi Specification, an implementation of the specification must be executed as a Jar file, so as to be treated as the system bundle. Therefore, am I right in assuming that it is not possible to correctly execute Felix when the Felix implementation classes are not contained in a jar file (felix.jar)?
>  
> Thanks
>  
> Tom
>
>
>       
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Running Unjarred Felix

Posted by Karl Pauls <ka...@gmail.com>.
We don't have such a restriction I don't think. You should be able to
unjar the felix.jar and still run it. You might have to set the
felix.config.properties property to a felix configuration file:

java -Dfelix.config.properties=<URL-to-conf/config.properties> -cp
<path to exploded felix.jar> org.apache.felix.main.Main

regards,

Karl

On Mon, Oct 27, 2008 at 4:38 PM, Thomas Richardson
<to...@yahoo.co.uk> wrote:
> Hi
>
> From my understanding of the OSGi Specification, an implementation of the specification must be executed as a Jar file, so as to be treated as the system bundle. Therefore, am I right in assuming that it is not possible to correctly execute Felix when the Felix implementation classes are not contained in a jar file (felix.jar)?
>
> Thanks
>
> Tom
>
>
>



-- 
Karl Pauls
karlpauls@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org