[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] Re: installing/starting non-local bundles within config.ini?

Figured it out...

osgi.bundles=http://repo/bundle.jar@start


"Dave Lynott" <noreply@xxxxxxxxxxxxx> wrote in message 
news:gkqs70$28q$1@xxxxxxxxxxxxxxxxxxxx
>I would like to launch bundles that are not located within the 
>configuration area (or even on the local machine). Basically, I want to 
>startup a small kernel and launch all remaining bundle content from an OBR 
>on the web. I need to do this without direct console interaction 
>(embedded-type application). I understand that such capabilities exist for 
>other OSGi container implementations (i.e. Knopflerfish) via an xargs 
>script file.
>
> What is the approach for doing this under Equinox?
>