Logged In: YES
user_id=694284

Hello Jack!

Sorry for responding so late.

Whatsever!
Your problem is that program can't locate shared library.
If you using bash use the following command:
export LD_LIBRARY_PATH=./:
or
export LD_LIBRARY_PATH=./:$LD_LIBRARY_PATH
to make shure that the library libASV4L.so to be searched in
current directory.
Also check that you'v unpacked the library to the current dir...
You may whish to recompile it with your local compiler.
Check please that Video For Linux is installed in your
system (do you have linux/videodev.h???)
See Video4Linux.java line 27 and the problem becomes obvious
for you ;)))
Feal free to contact me in case of more problems.

Alex.