#include #include "vue_NativeVUE.h" JNIEXPORT jint JNICALL Java_vue_NativeVUE_test(JNIEnv *env, jobject obj, jint x, jint y) { return x * y; }