First time here? Check out the FAQ!
answered 2014-08-21 00:48:11 -0600
your code is missing:
static{ System.loadLibrary(Core.NATIVE_LIBRARY_NAME); }
before main() (so the native c++ code was not loaded)