Test app builds fine, but when i execute it on the BBB an error occurs:
"File /lib/bulldog-linux-native-beagleboneblack-hardfp.so was not found in classpath".
checking both the uber-jar and jars from maven i've found they have the required file, but it is named either "bulldog-linux-native-beagleboneblack-0.1.2.so" or "bulldog-linux-native-beagleboneblack.so".
Simply renaming it inside the jar worked, but i don't think it's a valid long time fix.
From email by: dmytro.minochkin@gmail.com
Test app builds fine, but when i execute it on the BBB an error occurs: "File /lib/bulldog-linux-native-beagleboneblack-hardfp.so was not found in classpath". checking both the uber-jar and jars from maven i've found they have the required file, but it is named either "bulldog-linux-native-beagleboneblack-0.1.2.so" or "bulldog-linux-native-beagleboneblack.so". Simply renaming it inside the jar worked, but i don't think it's a valid long time fix.