https://github.com/opennms/jrobin
https://github.com/opennms/jrobin
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/opennms/jrobin
- Owner: OpenNMS
- License: lgpl-2.1
- Created: 2013-04-11T16:26:28.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T00:58:51.000Z (about 5 years ago)
- Last Synced: 2024-04-15T15:36:13.957Z (about 2 years ago)
- Language: Java
- Size: 12.2 MB
- Stars: 17
- Watchers: 38
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.osgi
- License: LICENSE.txt
Awesome Lists containing this project
README
OSGi
====
The Maven-generated jar file doubles as an OSGi bundle, but requires some
additional system packages to load properly (com.sun.image.codec.jpeg,
sun.misc, sun.nio, and sun.nio.ch).
For Felix (including Karaf) set `config.properties` to something like:
org.osgi.framework.system.packages.extra=com.sun.image.codec.jpeg,sun.misc,sun.nio,sun.nio.ch