An open API service indexing awesome lists of open source software.

https://github.com/akalanka47000/osgi-equinox

A project built on top of Apache Felix for an assignment
https://github.com/akalanka47000/osgi-equinox

osgi

Last synced: 3 months ago
JSON representation

A project built on top of Apache Felix for an assignment

Awesome Lists containing this project

README

        

# osgi-equinox
A project built on top of Apache Equinox for an assignment

## Useful commands

```bash
install file:K:/Repositories/osgi-equinox/json-parser/bin/osgi/jsonparser/json-parser.jar
install file:K:/Repositories/osgi-equinox/http-client/bin/osgi/http/client/http-client.jar

uninstall file:K:/Repositories/osgi-equinox/json-parser/bin/osgi/jsonparser/json-parser.jar
uninstall file:K:/Repositories/osgi-equinox/http-client/bin/osgi/http/client/http-client.jar

start file:K:/Repositories/osgi-equinox/json-parser/bin/osgi/jsonparser/json-parser.jar
start file:K:/Repositories/osgi-equinox/http-client/bin/osgi/http/client/http-client.jar
```