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
- Host: GitHub
- URL: https://github.com/akalanka47000/osgi-equinox
- Owner: Akalanka47000
- License: mit
- Created: 2023-03-04T03:04:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T18:11:36.000Z (about 2 years ago)
- Last Synced: 2025-01-11T02:29:17.613Z (5 months ago)
- Topics: osgi
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.jaruninstall 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.jarstart 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
```