SilverThings / bulldog

Java GPIO Library for BeagleBoneBlack, Raspberry Pi and CubieBoard.
http://www.silverspoon.io
Apache License 2.0
49 stars 23 forks source link

File /lib/bulldog-linux-native-beagleboneblack-hardfp.so was not found in classpath #44

Closed pmacik closed 9 years ago

pmacik commented 9 years ago

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.

sbunciak commented 9 years ago

Duplicate of #40