#include #include "HelloCpp.h" #include void Java_HelloCpp_callCpp(JNIEnv* env, jobject javaobj) { std::cout << "Hello from C++!" << std::endl; }