Open GoogleCodeExporter opened 9 years ago
Our Project makes use of Jssc 2.6.0, but as the jar is not enriched with OSGi
bundne manifest data, then we are currently repackaging it ourselves.
Also maven repository support would be sweet.
Original comment by tazzz...@gmail.com
on 30 Oct 2013 at 10:45
Just wanted to drop a comment here and say that the jSSC project would actually
be perfect for an OSGi bundle. OSGi provides an option in the manifest to load
native code resources that are packed inside the jar, and can specify which
ones are loaded based on OS and processor architecture, using the
"Bundle-NativeCode" parameter in Manifest.
It basically does the whole static block of the SerialNativeInterface.java
file, in a filespace managed by OSGi, so that that entire code section can be
reduced to a single line: System.loadLibrary("jSSC-$(version)_$(architecture)");
Original comment by wbar8...@gmail.com
on 18 Nov 2014 at 5:07
Original issue reported on code.google.com by
chriss....@gmail.com
on 29 Oct 2012 at 10:05