As in
JNIEXPORT jstring JNICALL
Java_com_example_hellojni_HelloJni_stringFromJNI( JNIEnv* env,
jobject thiz ) {
return env->NewStringUTF("Hello from JNI !Compiled.");
}
Due to various incarnations of deleted constructor of jni::Object<jni::StringTag> I don't know how to make it compile.