topical media & game development
professional-program-18-JNI-HelloCpp.c
? /
professional-program-18-JNI-HelloCpp.c
include <jni.h>
include <HelloCpp.h>
include <iostream>
void Java_HelloCpp_callCpp(JNIEnv* env, jobject javaobj)
{
std::cout << "Hello from C++!" << std::endl;
}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.