"As a follow-up to my previous post, the solution to the problem I was facing was to change the arguments of the jni FindClass functions in jmavlink.cpp and classLoader.h to match the description of the function argument: name: a fully-qualified…"
"I'm trying to compile and use JMAVLink on Linux x86, but I'm stuck...
I use the following command to compile jmavlink.cpp:
g++ -fPIC -I./mavlink -I/usr/lib/jvm/jdk1.6.0_31/include -I/usr/lib/jvm/jdk1.6.0_31/include/linux -g -c jmavlink.cpp
Then I…"