caprica / picam

Unofficial Java API library for the Raspberry Pi camera.
GNU General Public License v3.0
49 stars 11 forks source link

Native library automatic installation fails if not file or jar protocol #20

Closed caprica closed 4 years ago

caprica commented 4 years ago

e.g. if the local filesystem is "vfs://" or something, it should still work.

caprica commented 4 years ago

The code in PicamNativeLibrary checks for "file://" or "jar://" protocol and chooses an appropriate installation method.

This is perhaps too restrictive.

It might be enough to just do "jar" and "not jar" rather than checking for "file".

caprica commented 4 years ago

This was in relation to bundling applications via Thorntail, it seems such apps get some sort of virtual file system.