if you execute
mvn clean install
on an raspberry pi, the compilation fails.
Reason: The libjssc.so will be put into the linux_32 directory.
It should be in linux_arm instead.
Thats a problem of the current native-lib-loader convention. The new one will fix this issue automagically.
Workaround: -DskipTests=true
if you execute
mvn clean installon an raspberry pi, the compilation fails.
Reason: The
libjssc.sowill be put into thelinux_32directory.It should be in
linux_arminstead.Thats a problem of the current
native-lib-loaderconvention. The new one will fix this issue automagically.Workaround:
-DskipTests=true