Remove IOException#550
Conversation
|
Olivier Chafik » nativelibs4java #32 FAILURE |
|
Hi @gamerson , Thanks for this PR! Cheers |
|
Hey @ochafik I was seeing this exception when trying to use jnaerator runtime inside of a OSGi bundle executing in an OSGi framework like equinox. In OSGi the URL prefix is "bundle://" So you would need a new if block that supports "bundle:" prefix. However, like I was mentioning, everything seems to work ok even when the URLs can't be listed. The library is still able to load using the fallback loader mechanisms. |
Fixes #153