Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

your code is missing:

static{ System.loadLibrary(Core.NATIVE_LIBRARY_NAME); }

before main() (so the native c++ code was not loaded)