willblades / sdrtrunk

Automatically exported from code.google.com/p/sdrtrunk
0 stars 1 forks source link

USB device startup scan throws exception on alternate OS #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Trying to run on my MintPPC box to process audio only, but it seems to be 
choking on a library for usb. Any way to bypass that when I launch it?

... 

It goes through the standard startup stuff, then after the Playlist check I get 
"Exception in thread "main" org.usb4java.LoaderException: Native library not 
found in classpath: /org/usb4java/linux-ppc/libusb4java.so. The attached 
application log ends after the PlaylistManager entry. If you need me to pipe 
the output and pass it on? I can.

Original issue reported on code.google.com by dennis.s...@gmail.com on 10 Jun 2014 at 1:16

GoogleCodeExporter commented 9 years ago
This issue was resolved with the addition of the user-compiled 
libusb4java-1.2.0-linux-ppc.jar.

Original comment by dennis.s...@gmail.com on 26 Oct 2014 at 11:35