I'm trying to follow this tutorial: http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html
However when I try to use the OBR START command I get this:
As you can see, my HELP command list also states that there is no obr:start command installed. I'm using felix framework 4.4.0 that I just downloaded from the website.
What am I missing?
Thanks!
At some point the
obr:start
command was moved to thefelix
namespace. You can typefelix:start
or simplystart
.Unfortunately, a lot of
Felix
documentation is out of date.